You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:The text was updated successfully, but these errors were encountered: