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
Hi,
clBLAS, clBLAST, and standards kernels can take an offset parameter.
I have seen no such thing in the clFFT documentation.
Whenever I want to do an FFT which does not starts at the beginning of an array, I have to copy the cl_mem into another cl_mem, and then back into the first one at the end.
Is there a way to do FFTs with offset?
Many thanks.
The text was updated successfully, but these errors were encountered:
clCreateSubBuffer is not possible here. It has alignment requirements that make it impossible to start at an exact location.
@JishinMaster Your patch would be exactly what I need, but the patch itself is way to big and overly complex. You can clang-tidy over the entire source which really obfuscated your changes. Any chance you can create another patch with just your additions?
Hi,
clBLAS, clBLAST, and standards kernels can take an offset parameter.
I have seen no such thing in the clFFT documentation.
Whenever I want to do an FFT which does not starts at the beginning of an array, I have to copy the cl_mem into another cl_mem, and then back into the first one at the end.
Is there a way to do FFTs with offset?
Many thanks.
The text was updated successfully, but these errors were encountered: