-
Notifications
You must be signed in to change notification settings - Fork 24.9k
[cuDNN][64-bit indexing] update conv depthwise 64bit indexing dispatch condition to match native kernel #156140
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
base: main
Are you sure you want to change the base?
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/156140
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (2 Unrelated Failures)As of commit 03c052e with merge base ba37f58 ( FLAKY - The following job failed but was likely due to flakiness present on trunk:
UNSTABLE - The following job is marked as unstable, possibly due to flakiness on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Out of curiosity, how did torch.compile work in the original bug? Shouldn't it hit the same error? |
Would it show up if the problematic convolution got folded into a triton kernel fusion? |
@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 |
Without max-autotune triton won't generate convolution kernels. Even with max-autotune, kernels are usually pretty slow, so unlikely one would be 1) picked up 2) produce correct results with large tensors |
@pytorchmergebot revert -c ghfirst -m "breaks internal builds" |
@pytorchbot successfully started a revert job. Check the current status here. |
… dispatch condition to match native kernel (#156140)" This reverts commit a5f59cc. Reverted #156140 on behalf of https://github.com/atalman due to breaks internal builds ([comment](#156140 (comment)))
@eqy your PR has been successfully reverted. |
Here is the exception:
|
@pytorchmergebot rebase |
@pytorchbot started a rebase job onto refs/remotes/origin/viable/strict. Check the current status here |
Successfully rebased |
bbc5dc1
to
58267d4
Compare
The native kernel doesn't support batch splitting so the previous check wasn't aggressive enough in dispatching to cuDNN
#155225
cc @csarofeen @ptrblck @xwang233 @msaroufim @jerryzh168 @jgong5 @mingfeima @XiaobingSuper @sanchitintel @ashokei @jingxu10