Skip to content

Commit 92d8c3c

Browse files
committed
Don't suppress warnings because AMD OpenCL SDK does not support that
1 parent eaa664c commit 92d8c3c

File tree

2 files changed

+0
-2
lines changed
  • cpu/src/main/scala/com/thoughtworks/compute
  • gpu/src/main/scala/com/thoughtworks/compute

2 files changed

+0
-2
lines changed

cpu/src/main/scala/com/thoughtworks/compute/cpu.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ import org.lwjgl.opencl.CL10.CL_DEVICE_TYPE_CPU
2525
object cpu
2626
extends StrictLogging
2727
with Tensors.UnsafeMathOptimizations
28-
with Tensors.SuppressWarnings
2928
with OpenCL.LogContextNotification
3029
with OpenCL.GlobalExecutionContext
3130
with OpenCL.CommandQueuePool

gpu/src/main/scala/com/thoughtworks/compute/gpu.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import com.typesafe.scalalogging.StrictLogging
1515
object gpu
1616
extends StrictLogging
1717
with Tensors.UnsafeMathOptimizations
18-
with Tensors.SuppressWarnings
1918
with OpenCL.LogContextNotification
2019
with OpenCL.GlobalExecutionContext
2120
with OpenCL.CommandQueuePool

0 commit comments

Comments
 (0)