From c2c8231b9eba37fba702d60e569fb62a94d19b9e Mon Sep 17 00:00:00 2001 From: Noel Maersk Date: Tue, 4 Mar 2014 16:43:11 +0200 Subject: [PATCH] kernel: zuikkis supports all worksizes. Closes https://github.com/veox/sgminer/issues/130 --- ocl.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ocl.c b/ocl.c index 5bdca3d6..247d7d99 100644 --- a/ocl.c +++ b/ocl.c @@ -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;