mirror of
https://github.com/GOSTSec/ccminer
synced 2025-01-09 22:38:05 +00:00
49f3c454c2
Based on mwhite73 <marvin.white@gmail.com> implementation Linked to the api system Also fix Makefile to support standard c++ files This prevent nvcc use without device code Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
12 lines
456 B
Bash
Executable File
12 lines
456 B
Bash
Executable File
# 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\""
|
|
|
|
extracflags="-march=native -D_REENTRANT -falign-functions=16 -falign-jumps=16 -falign-labels=16"
|
|
|
|
CUDA_CFLAGS="-O3 -Xcompiler -Wall" ./configure CXXFLAGS="-O3 $extracflags" --with-cuda=/usr/local/cuda --with-nvml=libnvidia-ml.so
|
|
|