Closed rica01 closed 11 months ago
I have the same error from Tesla M60 (Maxwell architecture); Driver Version: 530.30.02; CUDA 12.1:
$ ~/dorado-0.4.3-linux-x64/bin/dorado basecaller ~/dorado-0.4.3-linux-x64/model/dna_r9.4.1_e8_sup@v3.6 ~/nanopore/e188458/read.pod5 --kit-name SQK-RBK004 --min-qscore 8 [2023-12-04 11:10:15.326] [info] > Creating basecall pipeline [2023-12-04 11:10:19.265] [error] CUDA error: no kernel image is available for execution on the device CUDA kernel errors might be asynchronously reported at some other API call, so the stacktrace below might be incorrect. For debugging consider passing CUDA_LAUNCH_BLOCKING=1. Compile with
TORCH_USE_CUDA_DSA` to enable device-side assertions.
Exception raised from c10_cuda_check_implementation at /pytorch/pyold/c10/cuda/CUDAException.cpp:44 (most recent call first):
frame #0: c10::Error::Error(c10::SourceLocation, std::string) + 0x57 (0x7f1a6c92fa77 in /home/writmaha/dorado-0.4.3-linux-x64/bin/../lib/libdorado_torch_lib.so)
frame #1: c10::detail::torchCheckFail(char const, char const, unsigned int, std::string const&) + 0x64 (0x7f1a65eb412b in /home/writmaha/dorado-0.4.3-linux-x64/bin/../lib/libdorado_torch_lib.so)
frame #2: c10::cuda::c10_cuda_check_implementation(int, char const, char const, int, bool) + 0x118 (0x7f1a6c8f9a18 in /home/writmaha/dorado-0.4.3-linux-x64/bin/../lib/libdorado_torch_lib.so)
frame #3: void at::native::gpu_kernel_impl<at::native::FillFunctor
Dorado only supports execution with Nvidia GPUs from Pascal onwards so you won't be able to run Dorado with a K20 or M60. GPU performance has advanced considerably since this generation and upgrading to a more recent Nvidia GPU is strongly recommended.
Your issue does highlight that we should be handling this issue much more gracefully in Dorado, we will do this for a future release.
would an older version of dorado work on k20?
No, there is unfortunately no version of Dorado which would run on Kepler.
I am sorry to keep asking, but would it work on Jetson Nano (Nvidia Maxwell architecture with 128 Nvidia CUDA cores)
Unfortunately not, no Maxwell devices are supported by Dorado.
Hello everyone.
I have a system with 4 Tesla K20Xm, driver ver. 470, and cuda 11.4. I am trying to run a test basecall but i get the following error:
I've been fighting with this for a while and I cannot find the solution. Would anyone be able to provide some help into the matter?
Thank you. -Ricardo