Commit e0c59f8
[Cherry-pick] [BACKEND] Clear out warp_specialize attr when peeling out outer loop (#8073) (#579)
Summary:
Cherry-picked from upstream OAI repository.
Original Commit: c6eae40
Original Author: Thomas Raoux
Original Date: 2025-09-04 13:56:49 -0700
Original commit message:
```
[BACKEND] Clear out warp_specialize attr when peeling out outer loop (#8073)
When we are peeling out the outer loop remove the warp specialization
flag so that the specialized loop doesn't get warp specialized
```
This PR was automatically cherry-picked from the upstream triton-lang/triton repository.
Pull Request resolved: #579
Reviewed By: htyu
Differential Revision: D86344798
Pulled By: agron911
fbshipit-source-id: 0c6a6f48bd829a13f4363c9294b4b7bf7cc54d7b1 parent 4a6c0d3 commit e0c59f8
File tree
2 files changed
+5
-2
lines changed- lib/Dialect/TritonGPU/Transforms
- test/TritonGPU
2 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1006 | 1006 | | |
1007 | 1007 | | |
1008 | 1008 | | |
| 1009 | + | |
| 1010 | + | |
| 1011 | + | |
1009 | 1012 | | |
1010 | 1013 | | |
1011 | 1014 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
473 | 473 | | |
474 | 474 | | |
475 | 475 | | |
476 | | - | |
| 476 | + | |
477 | 477 | | |
478 | 478 | | |
479 | 479 | | |
| |||
487 | 487 | | |
488 | 488 | | |
489 | 489 | | |
490 | | - | |
| 490 | + | |
491 | 491 | | |
492 | 492 | | |
493 | 493 | | |
| |||
0 commit comments