OpenCL Options: Set --spin-damp to 0 (disabled) by default. With the CUDA backend this workaround became deprecated
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user