Forum Discussion
whan01
New Contributor
6 years agoDoes HARPv2 not support Opencl v2.0 NDRange Kernel?
I tried to enqueue an NDRange kernel on HARPv2. However it returns -59 (CL_INVALID_OPERATION) when I execute the host program and the code arrives at "enqueueNDRangeKernel" (in device code I didn't g...
KhaiChein_Y_Intel
Regular Contributor
6 years agoHi,
May I request the design for investigation?
Thanks.
- whan016 years ago
New Contributor
Hi,
Here's my design. I just debug one kernel so I commented out all irrelevant content.
I have found one feasible design, which move the declareation of variable of kernel function with "__local" quanlifier from list to inside the function body. I don't know if that is the problem that the kernel cannot be implementd.