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

Commit

Permalink
Merge pull request #8 from btcz/make-cuda-tromp-default-solver
Browse files Browse the repository at this point in the history
Cuda tromp should be default solver
  • Loading branch information
renuzit authored Jun 12, 2018
2 parents a4713c9 + a864654 commit 7b8f9f3
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 7b8f9f3

Please sign in to comment.