I’d like to do the following in cuda. I have two arrays, A1, A2, of ‘oversampled’ time-series, whose convolution I require. I would like to filter + decimate, giving B1 and B2, and then compute their convolution in cufft. My question is whether I can use the the cufft callback api for doing the filter + decimate step? I have not been able to find an example online in which the load callback routine changes the size of the input arrays before computing the fft, as I am proposing to do. Is it possible?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
What is recommended for using cufft callbacks? | 0 | 437 | December 18, 2023 | |
cuFFT callbacks slow | 4 | 853 | August 15, 2018 | |
sliding FFT with input transform | 0 | 441 | February 9, 2020 | |
cuFFT callback functions not working | 1 | 564 | July 5, 2019 | |
Cufft store callback broken | 2 | 710 | August 5, 2022 | |
What specifically is deprecated about cuFFT callbacks in CUDA 11.4? | 6 | 1230 | October 16, 2024 | |
Complex-to-Complex Convolution using Two GPUs Example | 1 | 1618 | June 15, 2015 | |
cufftDx performance not achieve the cufft performance | 1 | 900 | August 11, 2021 | |
Applying an element-wise 1D multiplication to the result of a cufft fft | 9 | 4051 | March 24, 2019 | |
CUFFT on cudaArrays. | 0 | 791 | August 23, 2011 |