mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-25 14:04:25 +00:00
kernel: zuikkis supports all worksizes.
Closes https://github.com/veox/sgminer/issues/130
This commit is contained in:
parent
28ade9f4e4
commit
c2c8231b9e
2
ocl.c
2
ocl.c
@ -451,8 +451,6 @@ _clState *initCl(unsigned int gpu, char *name, size_t nameSize)
|
|||||||
strcpy(binaryfilename, ZUIKKIS_KERNNAME);
|
strcpy(binaryfilename, ZUIKKIS_KERNNAME);
|
||||||
/* Kernel only supports lookup-gap 2 */
|
/* Kernel only supports lookup-gap 2 */
|
||||||
cgpu->lookup_gap = 2;
|
cgpu->lookup_gap = 2;
|
||||||
/* Kernel only supports worksize 256 */
|
|
||||||
cgpu->work_size = 256;
|
|
||||||
break;
|
break;
|
||||||
case KL_NONE: /* Shouldn't happen */
|
case KL_NONE: /* Shouldn't happen */
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user