-
Couldn't load subscription status.
- Fork 57
Open
Description
Hello, I was wondering if there was any support for CCMiner to run on Linux with CUDA 11.2, I tried to compile it myself but I get this error, I am using Debian 10 as well and can't find any supporting CUDA drivers for CUDA 10.1 as suggested, any help on this would be great :)
nvcc -gencode=arch=compute_61,code=\"sm_61,compute_61\" -gencode=arch=compute_52,code=\"sm_52,compute_52\" -gencode=arch=ute_75,code=\"sm_75,compute_75\" -I/usr/local/cuda/include -I. -I./compat/bos-jansson -std=c++11 --ptxas-options="-v" --megcount=128 -o cuda_mtp/cuda_mtp_forlib.o -c cuda_mtp/cuda_mtp_forlib.cu
cuda_mtp/cuda_mtp_forlib.cu:894: warning: "G" redefined
#define G(r,i,a,b,c,d) \
cuda_mtp/cuda_mtp_forlib.cu:232: note: this is the location of the previous definition
#define G(r,i,a,b,c,d) \
cuda_mtp/cuda_mtp_forlib.cu(349): error: function "__ldlu(const uint4 *)" has already been defined
1 error detected in the compilation of "cuda_mtp/cuda_mtp_forlib.cu".
make[2]: *** [Makefile:2606: cuda_mtp/cuda_mtp_forlib.o] Error 1
make[1]: *** [Makefile:2031: all-recursive] Error 1
make: *** [Makefile:656: all] Error 2
Metadata
Metadata
Assignees
Labels
No labels