I'm trying to modify the fft2d example to work on real single channel float input/output, but, clfftEnqueueTransform keeps giving me -38 CLFFT_INVALID_MEM_OBJECT if I use a cl_mem created with clCreateImage, it works fine with clCreateBuffer. The code:
I'm trying to modify the fft2d example to work on real single channel float input/output, but,
clfftEnqueueTransform
keeps giving me -38CLFFT_INVALID_MEM_OBJECT
if I use a cl_mem created with clCreateImage, it works fine with clCreateBuffer. The code: