mirror of
https://github.com/GOSTSec/sgminer
synced 2025-02-02 10:04:33 +00:00
nDevs required for -n with usb
This commit is contained in:
parent
a6f17cbf95
commit
28f515e91d
@ -92,9 +92,11 @@ int opt_bench_algo = -1;
|
|||||||
static const bool opt_time = true;
|
static const bool opt_time = true;
|
||||||
unsigned long long global_hashrate;
|
unsigned long long global_hashrate;
|
||||||
|
|
||||||
|
#if defined(HAVE_OPENCL) || defined(USE_USBUTILS)
|
||||||
|
int nDevs;
|
||||||
|
#endif
|
||||||
#ifdef HAVE_OPENCL
|
#ifdef HAVE_OPENCL
|
||||||
int opt_dynamic_interval = 7;
|
int opt_dynamic_interval = 7;
|
||||||
int nDevs;
|
|
||||||
int opt_g_threads = 2;
|
int opt_g_threads = 2;
|
||||||
int gpu_threads;
|
int gpu_threads;
|
||||||
#ifdef USE_SCRYPT
|
#ifdef USE_SCRYPT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user