[cuDNN][cuDNN RNNv8 API] Fix math type behavior in cuDNN RNN#120277
[cuDNN][cuDNN RNNv8 API] Fix math type behavior in cuDNN RNN#120277
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/120277
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (1 Unrelated Failure)As of commit 6578959 with merge base aae7ccd ( FLAKY - The following job failed but was likely due to flakiness present on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@pytorchmergebot rebase |
|
@pytorchbot started a rebase job onto refs/remotes/origin/viable/strict. Check the current status here |
|
@pytorchmergebot rebase -b main |
|
@pytorchbot started a rebase job onto refs/remotes/origin/main. Check the current status here |
|
Successfully rebased |
2eed4d7 to
7ba5b6c
Compare
|
https://github.com/pytorch/pytorch/blob/main/.ci/docker/common/install_cudnn.sh I wonder what would the effort but to have a some newer cudnn builds in ci |
The main effort would be tracking down all of the different paths (e.g., incl. windows) as attempted in #119710. |
|
@pytorchmergebot rebase |
|
@pytorchbot started a rebase job onto refs/remotes/origin/viable/strict. Check the current status here |
|
Successfully rebased |
7ba5b6c to
6578959
Compare
|
@pytorchmergebot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Adds back
CUDNN_TENSOR_OP_MATHwhich was erroneously dropped by #115719CC @malfet @ptrblck
cc @csarofeen @ptrblck @xwang233 @zou3519 @mikaylagawarecki