cuda-driver Questions
8
Solved
When I run my code with TensorFlow directly, everything is normal.
However, when I run it in a screen window, I get the following error.
ImportError: libcuda.so.1: cannot open shared object file: N...
Illinois asked 18/1, 2019 at 7:39
1
Solved
Suppose I have an active CUDA context associated with device i, and I now call cudaSetDevice(i). What happens? :
Nothing?
Primary context replaces the top of the stack?
Primary context is pushed o...
Cervantez asked 13/7, 2020 at 14:7
1
Solved
I have a kernel, which might call asm("trap;") inside kernel. But when that happens, the CUDA error code is set to launch fail, and I cannot reset it.
In CUDA Runtime API, we can use cudaGetLastEr...
Pleo asked 27/4, 2017 at 13:28
1
Solved
What are compute capabilities supported by each of:
CUDA 5.5?
CUDA 6.0?
CUDA 6.5?
Rhines asked 8/3, 2015 at 22:51
1
© 2022 - 2025 — McMap. All rights reserved.