Skip to content
This repository has been archived by the owner on Apr 2, 2019. It is now read-only.

Commit

Permalink
Cuda tromp should be default solver
Browse files Browse the repository at this point in the history
This commit makes cuda tromp the default solver to hopefully lower the
barrier of entry for new miners.y
  • Loading branch information
renuzit committed Jun 11, 2018
1 parent a4713c9 commit a864654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zhasher/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ namespace keywords = boost::log::keywords;

int use_avx = 0;
int use_avx2 = 0;
int use_old_cuda = 0;
int use_old_cuda = 1;
int use_old_xmp = 0;

// TODO move somwhere else
Expand Down

0 comments on commit a864654

Please sign in to comment.