I wonder, is it possible to use cudnnBackendSetAttribute to choose a specific conv algorithm in this case? Like CUDNN_CONVOLUTION_FWD_ALGO_FFT for instance.
I have a query concerning the cuDNN backend API. Irrespective of how PyTorch interfaces with it, I’m curious to know if it’s feasible to retrieve or specify the convolution algorithm directly within the backend API, similar to the capabilities available in the cuDNN frontend API. My inquiry is strictly related to cuDNN functionalities.
I checked the log of cuDNN backend API and get no information which conv algorithm it executes. Is it possible to at least know which conv algorithm cuDNN was using?