Retrieving CUDA driver version failed #130
Unanswered
MihaiAnca13
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Running PhysX 5.1.3 on Ubuntu 20.04 in a C++17 project.
I have the following code:
When running, I get the following error:
`nvcc --version` output:
`nvidia-smi` output:
Within the same project, I have torch installed and I can create tensors on the GPU with no issue. Any idea what's causing this?
Beta Was this translation helpful? Give feedback.
All reactions