[TLE] [ENFLAME] support TLE features#602
Merged
Merged
Conversation
zhzhcookie
reviewed
May 21, 2026
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.
[ENFLAME] Support TLE features for GCU backend
Enable TLE (Triton Language Extension) framework support on GCU backend,
including TLE-Raw MLIR EDSL, GCU Dialect EDSL (TOPS), compiler pipeline
integration, GCU300/GCU400C++ backend upgrades, and comprehensive
test coverage.
TLE-Lite现状
TLE-Struct (GPU) 现状
Test Result:
====================================== 4708 passed, 3482 skipped, 58 warnings in 2920.80s (0:48:40) =======================================
1. TLE Framework & GCU Dialect EDSL
1.1 TLE-Raw TOPS Runtime (new module: tle/raw/tops/) and Pass Support
1.2 TLE-Struct/Lite Core Pass Support
2. GCU Backend
2.1 Conversion Passes (Optimized)
2.2 Python Bindings (new)
3. Tests
3.1 TLE-Raw Tests (Enflame, 13 new files)
3.2 TLE Unit Tests (Enflame, 4 new files, 7 files updated)