-
Notifications
You must be signed in to change notification settings - Fork 98
[KMCompiler][TLERaw] Support nvshmem #787
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
Merged
i3wanna2
merged 17 commits into
flagos-ai:main
from
lizhangyu258:triton_v3.6.x_support_nvshmem_by_region
Jul 18, 2026
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
33d73bf
[KMCompiler][TLERaw] Fix cuda device-side not supporting multiple fun…
lizhangyu258 23bc351
[KMCompiler][TLERaw] Support nvshmem
lizhangyu258 ac3948a
[KMCompiler][TLERaw] Unify launcher to torchrun
lizhangyu258 cb15943
[KMCompiler][TLERaw] Lazy-load nvshmem/cuda imports and harden dialec…
i3wanna2 459f691
[KMCompiler][TLERaw] Fix extra blank line in nvshmem utils
i3wanna2 63af249
[KMCompiler][TLERaw] Add extern_func_name to TOPSJITFunction
i3wanna2 e915385
[KMCompiler][TLERaw] Use getattr for extern_func_name in raw call
i3wanna2 5af081a
[KMCompiler][TLERaw] Extract RawJITFunction base for dialect backends
i3wanna2 c5f67bd
[KMCompiler][TLERaw] Add tle cuda and nvshmem test
lizhangyu258 289ef3d
[KMCompiler][TLERaw] Replace os.getenv with knobs
lizhangyu258 51fa18c
[KMCompiler][TLERaw] Auto-resolve clang and NVSHMEM for raw CUDA CI
i3wanna2 5afb5e2
[KMCompiler][TLERaw] Address review: knobs comment and CI clang-22 path
i3wanna2 f4a6389
[KMCompiler][TLERaw] Shorten flagtree knobs comment
i3wanna2 81e5678
[KMCompiler][TLERaw] Link nvshmem host via -L/-l and add CUDA require…
i3wanna2 5e7c499
[KMCompiler][TLERaw] Resolve per-SM NVSHMEM device bitcode
i3wanna2 acfda82
[KMCompiler][TLERaw] Gate nvshmem device bc on @dialect library
i3wanna2 4e3a407
Merge branch 'main' into triton_v3.6.x_support_nvshmem_by_region
i3wanna2 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| #flagtree tle raw nvshmem | ||
| nvidia-nvshmem-cu12 |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| #flagtree tle raw nvshmem | ||
| nvidia-nvshmem-cu13 |
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.