OpenCL Options: Set --spin-damp to 0 (disabled) by default. With the CUDA backend this workaround became deprecated

This commit is contained in:
Jens Steube
2020-03-12 10:51:10 +01:00
parent d2527d142a
commit 2b2a7ede66
4 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -638,7 +638,7 @@ typedef enum user_options_defaults
SKIP = 0,
SLOW_CANDIDATES = false,
SPEED_ONLY = false,
SPIN_DAMP = 8,
SPIN_DAMP = 0,
STATUS = false,
STATUS_JSON = false,
STATUS_TIMER = 10,