From a864654e89ffbc0e77edbd9cd5dc54b7649b2414 Mon Sep 17 00:00:00 2001 From: renuzit Date: Mon, 11 Jun 2018 02:09:39 +0200 Subject: [PATCH] Cuda tromp should be default solver This commit makes cuda tromp the default solver to hopefully lower the barrier of entry for new miners.y --- zhasher/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zhasher/main.cpp b/zhasher/main.cpp index e295ad9..8e74ed5 100644 --- a/zhasher/main.cpp +++ b/zhasher/main.cpp @@ -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