Post
Topic
Board Mining (Altcoins)
Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels.
by
djm34
on 16/09/2015, 17:16:36 UTC
Guys what i'm doing wrong...
git clone https://github.com/sp-hash/ccminer.git
./autogen.sh
./configure.sh
everything is fine here.
but when i try to make:
Code:
/usr/local/cuda/bin/nvcc -gencode=arch=compute_52,code=\"sm_52,compute_52\" -gencode=arch=compute_50,code=\"sm_50,compute_50\" -I/usr/local/cuda/include -I. -O3 -Xcompiler -Wall  --ptxas-options="-v" --maxrregcount=128 -o heavy/heavy.o -c heavy/heavy.cu
nvcc fatal   : Unsupported gpu architecture 'compute_52'
make[2]: *** [heavy/heavy.o] Error 1


i'm using GTX 750Ti card and
Code:
nvcc -V
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2014 NVIDIA Corporation
Built on Thu_Jul_17_21:41:27_CDT_2014
Cuda compilation tools, release 6.5, V6.5.12

Thanks
you need to use a cuda 6.5 version which support compute 5.2 (there is another one released before the 900's were out which doesn't support it)

as said in the previous message you can also compile it only for compute 5.0