File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
OpenCL/src/main/scala/com/thoughtworks/compute
benchmarks/src/jmh/scala/com/thoughtworks/compute Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -363,7 +363,10 @@ object OpenCL {
363
363
* (e.g. https://travis-ci.org/Atry/DeepLearning.scala/jobs/318466522),
364
364
* no matter if they are blocking or not.
365
365
*
366
- * As a workaround, always enable this [[HandleEventInExecutionContext ]] for AMD's OpenCL implementation.
366
+ * There is also similar bug in Intel's OpenCL implementation
367
+ *
368
+ * As a workaround, always enable this [[HandleEventInExecutionContext ]] for
369
+ * Intel's and AMD's OpenCL implementation.
367
370
*/
368
371
trait HandleEventInExecutionContext extends OpenCL {
369
372
val executionContext : ExecutionContext
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ object benchmarks {
37
37
with OpenCL .CommandQueuePool
38
38
with OpenCL .DontReleaseEventTooEarly
39
39
with OpenCL .SynchronizedCreatingKernel
40
+ with OpenCL .HandleEventInExecutionContext
40
41
with Tensors .WangHashingRandomNumberGenerator {
41
42
@ transient
42
43
protected lazy val (platformId : PlatformId , deviceIds : Seq [DeviceId ]) = {
You can’t perform that action at this time.
0 commit comments