1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-10 23:08:07 +00:00

kernel: zuikkis supports all worksizes.

Closes https://github.com/veox/sgminer/issues/130
This commit is contained in:
Noel Maersk 2014-03-04 16:43:11 +02:00
parent 28ade9f4e4
commit c2c8231b9e

2
ocl.c
View File

@ -451,8 +451,6 @@ _clState *initCl(unsigned int gpu, char *name, size_t nameSize)
strcpy(binaryfilename, ZUIKKIS_KERNNAME);
/* Kernel only supports lookup-gap 2 */
cgpu->lookup_gap = 2;
/* Kernel only supports worksize 256 */
cgpu->work_size = 256;
break;
case KL_NONE: /* Shouldn't happen */
break;