GOSTCoin CUDA miner project, compatible with most nvidia cards, containing only gostd algo
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# possible additional CUDA_CFLAGS
|
|
|
|
#-gencode=arch=compute_50,code=\"sm_50,compute_50\"
|
|
|
|
#-gencode=arch=compute_35,code=\"sm_35,compute_35\"
|
|
|
|
#-gencode=arch=compute_30,code=\"sm_30,compute_30\"
|
|
|
|
|
|
|
|
#--ptxas-options=\"-v -dlcm=cg\""
|
|
|
|
|
|
|
|
CUDA_CFLAGS="-O2" ./configure "CFLAGS=-O2" "CXXFLAGS=-O2" --with-cuda=/usr/local/cuda
|
|
|
|
|