ebsynth icon indicating copy to clipboard operation
ebsynth copied to clipboard

error: the cuda backend is not available!

Open SolomonIxanSmith opened this issue 3 years ago • 1 comments

I installed ebsynth and the cuda toolkit. Right now it gives me the error above when I try to set the backend to CUDA. Anyone have any luck getting around this? I had to change the nvcc compiler options to compute_52 instead of compute_30 as others have pointed out but compilation worked and gave no errors. Is there a version of CUDA that I should be using? Should I even bother or is the performance increase not worth it?

Ubuntu 21.04 GTX 970 Installed version of cuda is: cuda_11.2.r11.2

SolomonIxanSmith avatar Aug 12 '21 22:08 SolomonIxanSmith

You can refer the link to set the correct -arch: https://arnon.dk/matching-sm-architectures-arch-and-gencode-for-various-nvidia-cards/.

Should I even bother or is the performance increase not worth it?

yes, when enable cuda, the performance improves a lot.

foobarhe avatar May 11 '23 07:05 foobarhe