Skip to content

Conversation

@pytorchbot
Copy link
Collaborator

@pytorchbot pytorchbot commented Nov 7, 2025

cuDNN dispatching heuristics rely on versions checks but currently only that compile-time version is exposed, if we want to allow users to resolve #166643 on their end by updating their cuDNN version locally we need to check the runtime version rather than compile-time version.

Test plan: add test comparing performance with cuDNN 9.15+ when disabling and enabling convolutino explicilty for 3D cases.

Also partially covered by smoke test PR: https://github.com/pytorch/pytorch/pull/165922/files

cc @csarofeen @ptrblck @xwang233 @jgong5 @mingfeima @XiaobingSuper @sanchitintel @ashokei @jingxu10 @jerryzh168 @aditew01

…#167111)

cuDNN dispatching heuristics rely on versions checks but currently only that compile-time version is exposed, if we want to allow users to resolve #166643 on their end by updating their cuDNN version locally we need to check the runtime version rather than compile-time version.

Pull Request resolved: #167111
Approved by: https://github.com/Skylion007

(cherry picked from commit e678450)
@pytorch-bot pytorch-bot bot added the module: cpu CPU specific problem (e.g., perf, algorithm) label Nov 7, 2025
@pytorch-bot
Copy link

pytorch-bot bot commented Nov 7, 2025

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/167327

Note: Links to docs will display an error until the docs builds have been completed.

✅ No Failures

As of commit bfce8dd with merge base 4840a1a (image):
💚 Looks good so far! There are no failures yet. 💚

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@atalman atalman merged commit 5811a8d into release/2.9 Nov 7, 2025
150 of 151 checks passed
@github-actions github-actions bot deleted the cherry-pick-167111-by-pytorch_bot_bot_ branch December 8, 2025 02:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

module: cpu CPU specific problem (e.g., perf, algorithm) open source

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants