solanity
solanity copied to clipboard
Troubles with modern CUDA
C:/MinGW/bin/mingw32-make V=release -C src mingw32-make[1]: Entering directory 'E:/wow/wow/solanity/src' nvcc -rdc=true --ptxas-options=-v --gpu-code=sm_37,sm_50,sm_61,sm_70,compute_35 --gpu-architecture=compute_35 -O3 -Xcompiler "-Wall -Werror -fPIC -Wno-strict-aliasing" -DENDIAN_NEUTRAL -DLTC_NO_ASM -Icuda-headers -Icuda-sha256 -c cuda-ecc-ed25519/vanity.cu -o release/ecc_scan.o nvcc fatal : Value 'sm_37' is not defined for option 'gpu-code' Makefile:92: recipe for target 'release/ecc_scan.o' failed mingw32-make[1]: *** [release/ecc_scan.o] Error 1 mingw32-make[1]: Leaving directory 'E:/wow/wow/solanity/src' Makefile:15: recipe for target 'cuda_crypt' failed mingw32-make: *** [cuda_crypt] Error 2
sm_37 doesnt support in up-to-date versions cuda
nvcc fatal : Value 'sm_37' is not defined for option 'gpu-code'
same!