ROCm-OpenCL-Runtime icon indicating copy to clipboard operation
ROCm-OpenCL-Runtime copied to clipboard

how to make GPU_MAX_WORKGROUP_SIZE bigger than 256

Open xqch1983 opened this issue 6 years ago • 1 comments

we wonder to know how to set some environment parameters to make GPU_MAX_WORKGROUP_SIZE bigger than 256 and effectively in OpenCL kernel, 256 is the default max value now. we have tried export GPU_MAX_WORKGROUP_SIZE=1024 referenced from [https://github.com/mozkomor/GrinGoldMiner/issues/36], in Nano series card , CentOS release 6.3, OpenCL 1.2, which can be found effectively from clinfo command, but failed in clEnqueueNDRangeKernel with return value= -54.

xqch1983 avatar Mar 08 '19 11:03 xqch1983

Hi @xqch1983

Does my post in this issue help you out?

jlgreathouse avatar Mar 08 '19 14:03 jlgreathouse