[Feature Request] Add DFT support for CUDAExecutionProvider #21164
Labels
ep:CUDA
issues related to the CUDA execution provider
feature request
request for unsupported feature or enhancement
Describe the feature request
While running ONNX model that contains DFT operation using CUDAExecutionProvider, I see messages like: "CUDA kernel not found in registries for Op type: DFT".
Is DFT supported while using CUDAExecutionProvider? Or is this something with my model?
DFT is performance bottleneck for my model, so it would be really nice to have CUDA support for DFT operation.
There is NVidia cuFFT library. Seems to be exactly what I need.
Describe scenario use case
Better performance for DFT operation when CUDAExecutionProvider is available.
The text was updated successfully, but these errors were encountered: