You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also found the same error. In my case, this was because "compute_30" was not allowed by installed version of cuda (11.0.2). In addition, SM supported by my GPU (RTX 2070 super) was not "compute_30" but "compute_75". Accordingly, I modified ./beagle-lib-3.1.2/libhmsbeagle/GPU/kernels/Makefile as follows:
Hi, Doctor
I encountered an error when I am compling beagle-lib, as the prompt below:
nvcc fatal : Value 'compute_30' is not defined for option 'gpu-architecture'
rm: cannot remove ‘BeagleCUDA_kernels.h’: No such file or directory
make[4]: *** [BeagleCUDA_kernels.h] Error 1
make[4]: Leaving directory
/usr/local/beagle-lib-3.1.2/libhmsbeagle/GPU/kernels' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory
/usr/local/beagle-lib-3.1.2/libhmsbeagle/GPU'make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
/usr/local/beagle-lib-3.1.2/libhmsbeagle' make[1]: *** [all] Error 2 make[1]: Leaving directory
/usr/local/beagle-lib-3.1.2/libhmsbeagle'make: *** [all-recursive] Error 1
Please help me fix this issue, thanks!
Jie
The text was updated successfully, but these errors were encountered: