Switch triton_shared submodule to Meta fork#6
Merged
erwei-xilinx merged 1 commit intoFeb 24, 2026
Conversation
Microsoft's triton-shared repo (github.com/microsoft/triton-shared) is no longer maintained. Switch to the actively maintained Meta fork at github.com/facebookincubator/triton-shared. The Meta fork was created from Microsoft's commit 08684f9. The submodule is pinned to 1af6a5f (tip of Meta's main branch). The triton_shared.patch has been regenerated against the new base. No functional change — the underlying code is identical, and the patch produces the same patched working tree. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Summary
third_party/triton_sharedsubmodule to Meta's actively maintained fork at facebookincubator/triton-sharedtriton_shared.patchagainst the new base commitDetails
The Meta fork was created from Microsoft's commit
08684f9. The submodule is pinned to1af6a5f(tip of Meta'smainbranch). The only differences in the new base are Meta copyright headers added to source files and a TritonSan build fix — no functional code changes.The regenerated patch produces the same patched working tree and has been verified to apply cleanly via
scripts/apply_patches.py.LLVM alignment: All dependencies (Triton, mlir-aie, mlir-air) remain aligned on LLVM
ebf5d9ef. No version bumps required.Files changed
.gitmodules— URL updated frommicrosoft/triton-sharedtofacebookincubator/triton-sharedthird_party/triton_shared— Pinned to Meta fork commit1af6a5fthird_party/triton_shared.patch— Regenerated against new baseTest plan
scripts/apply_patches.pyapplies cleanly🤖 Generated with Claude Code