Skip to content

Commit

Permalink
2017-11-01 MOD: added newer nvcc ARCH 61, fixed missing (").
Browse files Browse the repository at this point in the history
  • Loading branch information
nimbosa committed Jan 25, 2018
1 parent 2b081c0 commit d2b6e6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ ccminer_LDADD += -lcuda
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_61,code=\"sm_61,compute_61\"
#nvcc_ARCH += -gencode=arch=compute_35,code=\"sm_35,compute_35\"
#nvcc_ARCH += -gencode=arch=compute_30,code=\"sm_30,compute_30\"

Expand Down
3 changes: 2 additions & 1 deletion ccminer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,8 @@ Options:\n\
-T, --timeout=N network timeout, in seconds (default: 300)\n\
-s, --scantime=N upper bound on time spent scanning current work when\n\
long polling is unavailable, in seconds (default: 10)\n\
--submit-stale ignore stale jobs checks, may create more rejected shares\n\"
--submit-stale ignore stale jobs checks, may create more rejected shares\n\
"
#ifndef ORG
"\
--segwit Agree with Segwit (Solo Mining only)\n"
Expand Down

0 comments on commit d2b6e6c

Please sign in to comment.