Skip to content

Commit bb30da3

Browse files
authored
Update OpenCL.scala
1 parent d302de0 commit bb30da3

File tree

1 file changed

+1
-1
lines changed
  • OpenCL/src/main/scala/com/thoughtworks/deeplearning

1 file changed

+1
-1
lines changed

OpenCL/src/main/scala/com/thoughtworks/deeplearning/OpenCL.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ data: $data""")
512512
override def onComplete(handler: Unit => TailRec[Unit])(implicit catcher: Catcher[TailRec[Unit]]): TailRec[Unit] = {
513513
object Callback extends CLEventCallbackI {
514514
override final def invoke(event: Long, status: Int, userData: Long): Unit = {
515-
container.close()
515+
// container.close()
516516
val Some(resultOrException) = value
517517
(resultOrException match {
518518
case Success(result) =>

0 commit comments

Comments
 (0)