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
Hi. I'm trying to trace a python application using NVBit 1.7.1 on a V100 GPU. The CUDA version is 11.7. I'm getting the error ASSERT FAIL: nvbit_imp.cpp:569:void Nvbit::create_ctx(CUcontext): FAIL !(tmp_dir != nullptr) MSG: temporary directory cannot be created, please make sure /tmp is writable!, while I made sure that the /tmp directory is writable. Any idea on why this is happening? Thank you!
The text was updated successfully, but these errors were encountered:
Hi. I'm trying to trace a python application using NVBit 1.7.1 on a V100 GPU. The CUDA version is 11.7. I'm getting the error
ASSERT FAIL: nvbit_imp.cpp:569:void Nvbit::create_ctx(CUcontext): FAIL !(tmp_dir != nullptr) MSG: temporary directory cannot be created, please make sure /tmp is writable!
, while I made sure that the /tmp directory is writable. Any idea on why this is happening? Thank you!The text was updated successfully, but these errors were encountered: