mirror of
https://github.com/GOSTSec/ccminer
synced 2025-01-09 14:28:15 +00:00
fc84c719e9
based on the new djm34 method, 2x faster than first version cleaned and tuned for the GTX 750/960 (linux / cuda 6.5)
13 lines
516 B
Bash
Executable File
13 lines
516 B
Bash
Executable File
# possible additional CUDA_CFLAGS
|
|
#-gencode=arch=compute_52,code=\"sm_52,compute_52\"
|
|
#-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\""
|
|
|
|
extracflags="-march=native -D_REENTRANT -falign-functions=16 -falign-jumps=16 -falign-labels=16"
|
|
|
|
CUDA_CFLAGS="-O3 -lineno -Xcompiler -Wall" ./configure CXXFLAGS="-O3 $extracflags" --with-cuda=/usr/local/cuda --with-nvml=libnvidia-ml.so
|
|
|