You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when test examples: test.py
./include/cudarray/common.hpp:95 an illegal memory access was encountered, my enviroument is ubuntu 15.04 and GTM980, actually I don't know where to set CUDNN_ENABLED, so I just replace the
if os.getenv('CUDNN_ENABLED'=='1'): to if 1:,
I think it will worked, whats the issue mean?
thanks
The text was updated successfully, but these errors were encountered:
when test examples: test.py
./include/cudarray/common.hpp:95 an illegal memory access was encountered, my enviroument is ubuntu 15.04 and GTM980, actually I don't know where to set CUDNN_ENABLED, so I just replace the
if os.getenv('CUDNN_ENABLED'=='1'): to if 1:,
I think it will worked, whats the issue mean?
thanks
The text was updated successfully, but these errors were encountered: