We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d302de0 commit bb30da3Copy full SHA for bb30da3
OpenCL/src/main/scala/com/thoughtworks/deeplearning/OpenCL.scala
@@ -512,7 +512,7 @@ data: $data""")
512
override def onComplete(handler: Unit => TailRec[Unit])(implicit catcher: Catcher[TailRec[Unit]]): TailRec[Unit] = {
513
object Callback extends CLEventCallbackI {
514
override final def invoke(event: Long, status: Int, userData: Long): Unit = {
515
- container.close()
+// container.close()
516
val Some(resultOrException) = value
517
(resultOrException match {
518
case Success(result) =>
0 commit comments