Skip to content

Commit

Permalink
linux: disable arch 5.2 for the noobs
Browse files Browse the repository at this point in the history
  • Loading branch information
tpruvot committed Jun 23, 2015
1 parent 7981e83 commit cad3772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ ccminer_CPPFLAGS = @LIBCURL_CPPFLAGS@ @PCIFLAGS@ @OPENMP_CFLAGS@ $(CPPFLAGS) $(P

nvcc_ARCH = -gencode=arch=compute_50,code=\"sm_50,compute_50\"

nvcc_ARCH += -gencode=arch=compute_52,code=\"sm_52,compute_52\"
#nvcc_ARCH += -gencode=arch=compute_52,code=\"sm_52,compute_52\"
#nvcc_ARCH += -gencode=arch=compute_35,code=\"sm_35,compute_35\"
#nvcc_ARCH += -gencode=arch=compute_30,code=\"sm_30,compute_30\"
#nvcc_ARCH += -gencode=arch=compute_20,code=\"sm_21,compute_20\"
Expand Down

0 comments on commit cad3772

Please sign in to comment.