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
2525object cpu
2626 extends StrictLogging
2727 with Tensors .UnsafeMathOptimizations
28- with Tensors .SuppressWarnings
2928 with OpenCL .LogContextNotification
3029 with OpenCL .GlobalExecutionContext
3130 with OpenCL .CommandQueuePool
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ import com.typesafe.scalalogging.StrictLogging
1515object gpu
1616 extends StrictLogging
1717 with Tensors .UnsafeMathOptimizations
18- with Tensors .SuppressWarnings
1918 with OpenCL .LogContextNotification
2019 with OpenCL .GlobalExecutionContext
2120 with OpenCL .CommandQueuePool
You can’t perform that action at this time.
0 commit comments