File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
cpu/src/main/scala/com/thoughtworks/compute
gpu/src/main/scala/com/thoughtworks/compute Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ import org.lwjgl.opencl.CL10.CL_DEVICE_TYPE_CPU
25
25
object cpu
26
26
extends StrictLogging
27
27
with Tensors .UnsafeMathOptimizations
28
- with Tensors .SuppressWarnings
29
28
with OpenCL .LogContextNotification
30
29
with OpenCL .GlobalExecutionContext
31
30
with OpenCL .CommandQueuePool
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ import com.typesafe.scalalogging.StrictLogging
15
15
object gpu
16
16
extends StrictLogging
17
17
with Tensors .UnsafeMathOptimizations
18
- with Tensors .SuppressWarnings
19
18
with OpenCL .LogContextNotification
20
19
with OpenCL .GlobalExecutionContext
21
20
with OpenCL .CommandQueuePool
You can’t perform that action at this time.
0 commit comments