From 78a196f8784ed4e075674963f37198b8bb1de957 Mon Sep 17 00:00:00 2001 From: tsiv <118de909ebbe6649@jarru.org> Date: Sat, 28 Jun 2014 09:46:08 +0300 Subject: [PATCH] Oops, forgot to change Makefile.am back to compiling for both compute 3.0 and 3.5 instead of just 3.5 --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index a2e1bd8..5242343 100755 --- a/Makefile.am +++ b/Makefile.am @@ -54,8 +54,8 @@ ccminer_LDFLAGS = $(PTHREAD_FLAGS) @CUDA_LDFLAGS@ ccminer_LDADD = @LIBCURL@ @JANSSON_LIBS@ @PTHREAD_LIBS@ @WS2_LIBS@ @CUDA_LIBS@ @OPENMP_CFLAGS@ @LIBS@ ccminer_CPPFLAGS = -msse2 @LIBCURL_CPPFLAGS@ @OPENMP_CFLAGS@ $(PTHREAD_FLAGS) -fno-strict-aliasing $(JANSSON_INCLUDES) -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -NVCC_GENCODE = -gencode=arch=compute_35,code=\"sm_35,compute_35\" -#NVCC_GENCODE = -gencode=arch=compute_30,code=\"sm_30,compute_30\" -gencode=arch=compute_35,code=\"sm_35,compute_35\" +#NVCC_GENCODE = -gencode=arch=compute_35,code=\"sm_35,compute_35\" +NVCC_GENCODE = -gencode=arch=compute_30,code=\"sm_30,compute_30\" -gencode=arch=compute_35,code=\"sm_35,compute_35\" # we're now targeting all major compute architectures within one binary. .cu.o: