Hi, I’m having an issue with CUDA 11.8.
When I tried to use the filament tracer, I got an error.
The Error code was like blow:
Traceback (most recent call last):
File "cryosparc_master/cryosparc_compute/run.py", line 129, in cryosparc_master.cryosparc_compute.run.main
File "cryosparc_master/cryosparc_compute/jobs/template_picker_gpu/run.py", line 56, in cryosparc_master.cryosparc_compute.jobs.template_picker_gpu.run.run
File "cryosparc_master/cryosparc_compute/jobs/template_picker_gpu/run.py", line 99, in cryosparc_master.cryosparc_compute.jobs.template_picker_gpu.run.do_pick
File "cryosparc_master/cryosparc_compute/jobs/template_picker_gpu/run.py", line 347, in cryosparc_master.cryosparc_compute.jobs.template_picker_gpu.run.do_pick
File "/home/sang/sw/cryosparc/cryosparc_worker/cryosparc_compute/skcuda_internal/fft.py", line 112, in __init__
self.handle = cryosparc_gpu.gpufft_get_plan(
RuntimeError: cuda failure (driver API): cuCtxGetDevice(&device)
-> [unknown error code]
and I found another error:
(base) sang@DESKTOP-6FUA02T:~/sw/cryosparc/cryosparc_master$ ./bin/cryosparcm cli "get_gpu_info()"
None
And I share my workstation info as below:
single workstation
- nvidia-smi
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 520.56.06 Driver Version: 522.30 CUDA Version: 11.8 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|===============================+======================+======================|
| 0 NVIDIA GeForce ... On | 00000000:01:00.0 On | N/A |
| 0% 42C P8 39W / 215W | 602MiB / 8192MiB | 1% Default |
| | | N/A |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
| 0 N/A N/A 386 G /Xwayland N/A |
+-----------------------------------------------------------------------------+
- nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2022 NVIDIA Corporation
Built on Wed_Sep_21_10:33:58_PDT_2022
Cuda compilation tools, release 11.8, V11.8.89
Build cuda_11.8.r11.8/compiler.31833905_0
I’ll be waiting for your reply.