CUDNN_STATUS_NOT_SUPPORTED error when using cudnn windograd algorithm

Hello! I recently purchased RTX 5060ti. However, I got this CUDNN_STATUS_NOT_SUPPORTED error which I never got with RTX 3090 device with the same code. It seems like that this error only appears when trying to use winograd algrithm for cudnn conv. Is the device of architecture blackwell not capable of performing cudnn winograd algorithm?
I would appreciate if there is some kind of document which I can check the updates of blackwell architecture too.

Thank you in advance!

Hi @namch0101 ,
Please check the docs below for better understanding-
Look for mentions of “Blackwell” or “sm_9x” (compute capability for Blackwell).
https://docs.nvidia.com/deeplearning/cudnn/release-notes/index.html

NVIDIA CUDA GPUs (Architecture Details)

Shows compute capabilities and architecture info for all GPUs.