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 2020/04/21 01:30:57 UTC

[GitHub] [incubator-tvm] tqchen commented on issue #5388: vkBuffer released before memory copy command send to GPU

tqchen commented on issue #5388:
URL: https://github.com/apache/incubator-tvm/issues/5388#issuecomment-616896622


   Thanks @samwyi for reporting the problem. Perhaps an easier fix now would be call into Synchronize directly in when FreeDataSpace is called. This is also the default behavior in CUDA. Given that most of the space won't be freed during computation, this might be a fine fix.
   
   @samwyi do you mind to send a PR?


----------------------------------------------------------------
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