Forum Discussion

whan01's avatar
whan01
Icon for New Contributor rankNew Contributor
6 years ago

clEnqueueNDRangeKernel returns -59 on HARPv2

I write a short code in OpenCL. The host fuction is below float h_gaus[3][3] = {{0.0625, 0.125, 0.0625}, {0.1250, 0.250, 0.1250}, {0.0625, 0.125, 0.0625}}; cl_mem d_gaus = clCreateBuffer...