You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/04/19 18:08:00 UTC

[GitHub] [tvm] tmoreau89 commented on a change in pull request #6126: [VTA][OpenCL] intelfocl

tmoreau89 commented on a change in pull request #6126:
URL: https://github.com/apache/tvm/pull/6126#discussion_r616066502



##########
File path: src/runtime/workspace_pool.cc
##########
@@ -115,7 +115,7 @@ class WorkspacePool::Pool {
   }
   // Release all resources
   void Release(Device dev, DeviceAPI* device) {
-    ICHECK_EQ(allocated_.size(), 1);
+    // ICHECK_EQ(allocated_.size(), 1);

Review comment:
       Could you elaborate why this check was commented out? We may need to remove it if needed, rather than leave the comment in.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org