[BACKEND] run remove backward prop until a fix point#8776
Merged
ThomasRaoux merged 1 commit intoNov 20, 2025
Conversation
51893c4 to
ce1489b
Compare
ce1489b to
b7e1eef
Compare
| // CHECK: %[[F:.+]]:3 = scf.for {{.*}} -> (tensor<128xf32, #ttg.slice<{dim = 1, parent = #blocked}>>, tensor<128xf32, #ttg.slice<{dim = 1, parent = #blocked}>>, tensor<128xf32, #ttg.slice<{dim = 1, parent = #mma}>>) | ||
| // FIXME: The optimal number of conversions should be 4. | ||
| // CHECK-COUNT-5: convert_layout | ||
| // CHECK: %[[F:.+]]:3 = scf.for {{.*}} -> (tensor<128xf32, #ttg.slice<{dim = 1, parent = #blocked}>>, tensor<128xf32, #ttg.slice<{dim = 1, parent = #blocked}>>, tensor<128xf32, #ttg.slice<{dim = 1, parent = #blocked}>>) |
Collaborator
There was a problem hiding this comment.
Well this is a good sign I guess
Mogball
approved these changes
Nov 20, 2025
tmoreau89
pushed a commit
to tmoreau89/triton
that referenced
this pull request
Dec 1, 2025
…+join and remove `CatOp`" (triton-lang#8777) Reverts triton-lang#8769 This depends on triton-lang#8776 but since it's a significant change, revert it so we can integrate them individually.
tmoreau89
pushed a commit
to tmoreau89/triton
that referenced
this pull request
Dec 1, 2025
meta-codesync Bot
pushed a commit
to facebookexperimental/triton
that referenced
this pull request
Apr 6, 2026
…istic by using permute+reshape+join and remove `CatOp`" (#8777)' Summary: This is a cherry-pick of an upstream PR: triton-lang/triton#8777 Upstream commit message: ``` > Revert "[Triton] Make `tl.cat` deterministic by using permute+reshape+join and remove `CatOp`" (#8777) > Reverts triton-lang/triton#8769 > This depends on triton-lang/triton#8776 but > since it's a significant change, revert it so we can integrate them > individually. ``` ***Do not remove the following line from this commit*** Reactor Cherry-pick Revision: e7fb841 --- This diff was generated by running: ``` buck run fbcode//triton/tools/reactor:reactor -- cherrypick --num-commits 1 --no-submit ``` Reviewed By: dshi7 Differential Revision: D99343063 fbshipit-source-id: b7f68732787eaf200639f89adf5ac8b80d69a9b7
meta-codesync Bot
pushed a commit
to facebookexperimental/triton
that referenced
this pull request
Apr 6, 2026
…l a fix point (#8776)' Summary: This is a cherry-pick of an upstream PR: triton-lang/triton#8776 Upstream commit message: ``` > [BACKEND] run remove backward prop until a fix point (#8776) ``` ***Do not remove the following line from this commit*** Reactor Cherry-pick Revision: 85400f8 --- This diff was generated by running: ``` buck run fbcode//triton/tools/reactor:reactor -- cherrypick --num-commits 1 --no-submit ``` Reviewed By: dshi7 Differential Revision: D99343055 fbshipit-source-id: 778209c25a793286550f1866ea46042bfe715692
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.