Faraz Moin
Results
2
comments of
Faraz Moin
@pingiun Unfortunately, that didn't work out for me. I'm now getting this error. > nvcc -g -O2 -I . -Xptxas "-abi=no -v" -gencode=arch=compute_30,code=\"sm_30,compute_30\" -gencode=arch=compute_35,code=\"sm_35,compute_35\" --maxrregcount=80 --ptxas-options=-v -I./compat/jansson -o cryptonight/cryptonight.o -c...
I've removed "-abi=no -v" from makefile, ran make again. Got this error: > ptxas fatal : Unknown option 'gencode' > Makefile:1155: recipe for target 'cryptonight/cryptonight.o' failed > make[2]: *** [cryptonight/cryptonight.o]...