Hi,
I am having the same problems. RTX 3090&Cuda 11.0@cryosparc 3.0.0
The installation went well. But failed during 2D classification:
[CPU: 1.47 GB] Traceback (most recent call last):
File "/home/mj/app/cryosparc300-20201211/install/cryosparc_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.7/site-packages/pycuda/tools.py", line 429, in context_dependent_memoize
return ctx_dict[cur_ctx][args]
KeyError: <pycuda._driver.Context object at 0x7f3d0b12e930>
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "cryosparc_worker/cryosparc_compute/run.py", line 84, in cryosparc_compute.run.main
File "cryosparc_worker/cryosparc_compute/jobs/abinit/run.py", line 163, in cryosparc_compute.jobs.abinit.run.run_homo_abinit
File "cryosparc_worker/cryosparc_compute/jobs/abinit/run.py", line 508, in cryosparc_compute.jobs.abinit.run.generate_initial_density_from_projections
File "cryosparc_worker/cryosparc_compute/engine/engine.py", line 933, in cryosparc_compute.engine.engine.process
File "cryosparc_worker/cryosparc_compute/engine/engine.py", line 943, in cryosparc_compute.engine.engine.process
File "cryosparc_worker/cryosparc_compute/engine/cuda_core.py", line 154, in cryosparc_compute.engine.cuda_core.allocate_gpu
File "/home/mj/app/cryosparc300-20201211/install/cryosparc_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.7/site-packages/pycuda/gpuarray.py", line 549, in fill
func = elementwise.get_fill_kernel(self.dtype)
File "<decorator-gen-13>", line 2, in get_fill_kernel
File "/home/mj/app/cryosparc300-20201211/install/cryosparc_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.7/site-packages/pycuda/tools.py", line 433, in context_dependent_memoize
result = func(*args)
File "/home/mj/app/cryosparc300-20201211/install/cryosparc_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.7/site-packages/pycuda/elementwise.py", line 498, in get_fill_kernel
"fill")
File "/home/mj/app/cryosparc300-20201211/install/cryosparc_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.7/site-packages/pycuda/elementwise.py", line 163, in get_elwise_kernel
arguments, operation, name, keep, options, **kwargs)
File "/home/mj/app/cryosparc300-20201211/install/cryosparc_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.7/site-packages/pycuda/elementwise.py", line 149, in get_elwise_kernel_and_types
keep, options, **kwargs)
File "/home/mj/app/cryosparc300-20201211/install/cryosparc_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.7/site-packages/pycuda/elementwise.py", line 76, in get_elwise_module
options=options, keep=keep, no_extern_c=True)
File "/home/mj/app/cryosparc300-20201211/install/cryosparc_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.7/site-packages/pycuda/compiler.py", line 291, in __init__
arch, code, cache_dir, include_dirs)
File "/home/mj/app/cryosparc300-20201211/install/cryosparc_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.7/site-packages/pycuda/compiler.py", line 254, in compile
return compile_plain(source, options, keep, nvcc, cache_dir, target)
File "/home/mj/app/cryosparc300-20201211/install/cryosparc_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.7/site-packages/pycuda/compiler.py", line 78, in compile_plain
checksum.update(preprocess_source(source, options, nvcc).encode("utf-8"))
File "/home/mj/app/cryosparc300-20201211/install/cryosparc_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.7/site-packages/pycuda/compiler.py", line 55, in preprocess_source
cmdline, stderr=stderr)
pycuda.driver.CompileError: nvcc preprocessing of /tmp/tmpso45omio.cu failed
[command: nvcc --preprocess -arch sm_86 -I/home/mj/app/cryosparc300-20201211/install/cryosparc_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.7/site-packages/pycuda/cuda /tmp/tmpso45omio.cu --compiler-options -P]
[stderr:
b"nvcc fatal : Value 'sm_86' is not defined for option 'gpu-architecture'\n"]
Thanks,
MJ