EliasRas commented on issue #20531:
URL: 
https://github.com/apache/incubator-mxnet/issues/20531#issuecomment-926382072


   @ptrendx Thank you for the hint. It took a while but I finally understood 
what you asked. It happened every time I launched MXNet but only due to 
inadequate cache size.
   
   So yes, this was caused by compilation of PTX. My problem was solved by 
creating an environment variable "CUDA_CACHE_MAXSIZE". Default value 256 MiB 
was too low but 1 GiB seems to be enough, at least in my case. I also set 
"CUDA_CACHE_PATH" but that wasn't necessary.


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

To unsubscribe, e-mail: issues-unsubscr...@mxnet.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@mxnet.apache.org
For additional commands, e-mail: issues-h...@mxnet.apache.org

Reply via email to