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
Describe the bug
A clear and concise description of what the bug is.
Cudnn_frontend asserts on d_bias, even when the d_bias isn't used. See this PyTorch issue: pytorch/pytorch#137347 When upgrading the CUDNN_Frontend, code that used to work fine no longer works, and the assertion does not seem appropiate:
RuntimeError: cuDNN Frontend error: For cuDNN version below 9.5.0, dBias not support s_q/s_kv which aren't multiple of 64
Expected behavior
A clear and concise description of what you expected to happen.
Previously working code would remain working. The assertion appears to be incorrect as the dbias isn't used:
System Environment (please complete the following information):
Describe the bug
A clear and concise description of what the bug is.
Cudnn_frontend asserts on d_bias, even when the d_bias isn't used. See this PyTorch issue: pytorch/pytorch#137347 When upgrading the CUDNN_Frontend, code that used to work fine no longer works, and the assertion does not seem appropiate:
pytorch/pytorch#137347
Expected behavior
A clear and concise description of what you expected to happen.
Previously working code would remain working. The assertion appears to be incorrect as the dbias isn't used:
System Environment (please complete the following information):
To Reproduce
Steps to reproduce the behavior:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: