mirror of
https://github.com/GOSTSec/sgminer
synced 2025-09-03 01:32:33 +00:00
Typo.
This commit is contained in:
parent
2ecabd8535
commit
c87460b34e
2
ocl.c
2
ocl.c
@ -474,7 +474,7 @@ build:
|
|||||||
/* create a cl program executable for all the devices specified */
|
/* create a cl program executable for all the devices specified */
|
||||||
char *CompilerOptions = calloc(1, 256);
|
char *CompilerOptions = calloc(1, 256);
|
||||||
|
|
||||||
sprintf(CompilerOptions, "-D WORKSIZE=%d -DV ECTORS%d",
|
sprintf(CompilerOptions, "-D WORKSIZE=%d -D VECTORS%d",
|
||||||
(int)clState->work_size, clState->preferred_vwidth);
|
(int)clState->work_size, clState->preferred_vwidth);
|
||||||
if (opt_debug)
|
if (opt_debug)
|
||||||
applog(LOG_DEBUG, "Setting worksize to %d", clState->work_size);
|
applog(LOG_DEBUG, "Setting worksize to %d", clState->work_size);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user