Disable OPENCL double threading as default option as it seems gives lower hashrate.

This commit is contained in:
Haifa Bogdan Adnan 2019-09-08 01:11:17 +03:00
parent e6fa35db42
commit f787b9f2cc
2 changed files with 4 additions and 6 deletions

View file

@ -8,7 +8,7 @@ option(WITH_TLS "Enable OpenSSL support" ON)
option(WITH_EMBEDDED_CONFIG "Enable internal embedded JSON config" OFF)
option(WITH_CUDA "Enable CUDA support" ON)
option(WITH_OPENCL "Enable OpenCL support" ON)
option(WITH_OPENCL_DOUBLE_THREADS "Enable dual threads for OpenCL jobs" ON)
option(WITH_OPENCL_DOUBLE_THREADS "Enable dual threads for OpenCL jobs" OFF)
option(WITH_CUDA_DOUBLE_THREADS "Enable dual threads for CUDA jobs" ON)
include (CheckIncludeFile)