-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[cuDNN][conv] Re-enable cuDNN for 3D convolutions (fixed in 9.15+) #166480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/166480
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit ab4e945 with merge base afaaaa3 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
Shouldn't there be a CUDNN_FRONTEND version guard though instead of deleting the code? |
|
@eqy but can you add a test, to make sure we'll not regress again? |
I think feedback about cudnn frontend verison guard is valid as well as unit test
|
Test for this case was already checked in here: e2817ac#diff-31c5c90e1292af7427be151ba6c4aca280793122d3a2010698aeb18a4f69a508 |
|
@eqy IMO instead of deleting the check completely, you need to change the cudnn_version here (as with dynamic linking dev can choose to install pytorch with older cudnn (or newer)) |
|
@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 |
|
@pytorchbot cherry-pick --onto release/2.9 --fixes "4x performance regressions for 3d convs with AMP" -c regression |
…166480) Pull Request resolved: #166480 Approved by: https://github.com/Skylion007, https://github.com/malfet (cherry picked from commit df71b70)
Cherry picking #166480The cherry pick PR is at #166908 and it is linked with issue 4x performance regressions for 3d convs with AMP. The following tracker issues are updated: Details for Dev Infra teamRaised by workflow job |
|
@Lucaskabela we cannot cherrypick this without a cuDNN version bump... |
|
Okay I will close this for now - once we have that version bump please submit the cherry pick :) |
|
@Lucaskabela we will discuss this in the core team sync meeting tomorrow... don't think we can bump a cuDNN backend version in a patch release. |
|
@Lucaskabela OK, after discussion in the meeting I think you can proceed with the cherrypick, as the reenablement is guarded based on cuDNN runtime version. |
…166908) [cuDNN][conv] Re-enable cuDNN for 3D convolutions (fixed in 9.15+) (#166480) Pull Request resolved: #166480 Approved by: https://github.com/Skylion007, https://github.com/malfet (cherry picked from commit df71b70) Co-authored-by: Eddie Yan <[email protected]>
cc @csarofeen @ptrblck @xwang233 @msaroufim @jerryzh168 @jgong5 @mingfeima @XiaobingSuper @sanchitintel @ashokei @jingxu10