[cuDNN][cuDNN-frontend] Bump cuDNN version in tandem with cudnn-frontend#119710
[cuDNN][cuDNN-frontend] Bump cuDNN version in tandem with cudnn-frontend#119710eqy wants to merge 2 commits intopytorch:mainfrom
Conversation
Skylion007
left a comment
There was a problem hiding this comment.
LGTM assuming tests pass.
|
hmm, looks like we probably want to bump the CUDA 11 cuDNN version as well... |
|
Interestingly it looks like the issue may only surface on certain devices (e.g., A10G) in the original PR, as it doesn't seem to be rerproducing on SM80... |
cudnn 9.0 is out and compatible with cuda 12 @ptrblck consider it because there are huge improvement on flash attention |
malfet
left a comment
There was a problem hiding this comment.
LGTM, but don't you have to do the corresponding update for conda builds (where cudnn is still not available).
Also, please make sure to update versions pypi depends on
|
The cudnn-frontend update to 1.0.3 just landed internally yesterday and I am still letting it bake to see if anything comes up, what version does this bump it to? |
1.1.0 |
|
Closing as we've merged 1.1.1 |


CC @Skylion007
Checking if this seems to calm things down..,
cc @csarofeen @ptrblck @xwang233