pytorch - 💡(How to fix) Fix DISABLED test_sdpa_rewriter_14_cpu (__main__. SDPAPatternRewriterCpuTests) [3 pull requests]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Root Cause

This test is disabled because it is being flakey in trunk ( graviton3 ), appears to be stable in pull ( graviton4 )

Fix Action

Fix / Workaround

https://github.com/pytorch/pytorch/pull/176256 - SVE128 dispatch merged but this shouldn't have affected Neoverse-V1 for which we are seeing flaky behaviour. https://github.com/pytorch/pytorch/pull/182974 - This was merged which may have triggered flakiness https://github.com/pytorch/pytorch/pull/183697 - This is the fix we want to merge to fix the issue properly, however at the time of creation it was consistant not flakey.

Code Example

==================================== RERUNS ====================================
____________ SDPAPatternRewriterCpuTests.test_sdpa_rewriter_14_cpu _____________
Unexpected success
____________ SDPAPatternRewriterCpuTests.test_sdpa_rewriter_14_cpu _____________
Unexpected success
 =================================== FAILURES ===================================
____________ SDPAPatternRewriterCpuTests.test_sdpa_rewriter_14_cpu _____________
Unexpected success
RAW_BUFFERClick to expand / collapse

Platforms: linux

This test is disabled because it is being flakey in trunk ( graviton3 ), appears to be stable in pull ( graviton4 )

==================================== RERUNS ====================================
____________ SDPAPatternRewriterCpuTests.test_sdpa_rewriter_14_cpu _____________
Unexpected success
____________ SDPAPatternRewriterCpuTests.test_sdpa_rewriter_14_cpu _____________
Unexpected success
 =================================== FAILURES ===================================
____________ SDPAPatternRewriterCpuTests.test_sdpa_rewriter_14_cpu _____________
Unexpected success

For extra context on PRs that have been landed or in flight that may be related

https://github.com/pytorch/pytorch/pull/176256 - SVE128 dispatch merged but this shouldn't have affected Neoverse-V1 for which we are seeing flaky behaviour. https://github.com/pytorch/pytorch/pull/182974 - This was merged which may have triggered flakiness https://github.com/pytorch/pytorch/pull/183697 - This is the fix we want to merge to fix the issue properly, however at the time of creation it was consistant not flakey.

cc @snadampal @milpuz01 @aditew01 @nikhil-arm @fadara01 @nWEIdia

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

pytorch - 💡(How to fix) Fix DISABLED test_sdpa_rewriter_14_cpu (__main__. SDPAPatternRewriterCpuTests) [3 pull requests]