Poc gpu tileir conversion main sync同步 Triton 3.6 主线并完善 TLE GPU CommonIR 到 TTGIR 转换 - #1086
Open
macqueen09 wants to merge 10 commits into
Open
Poc gpu tileir conversion main sync同步 Triton 3.6 主线并完善 TLE GPU CommonIR 到 TTGIR 转换#1086macqueen09 wants to merge 10 commits into
macqueen09 wants to merge 10 commits into
Conversation
Co-authored-by: macqueen09 <macqueen09@users.noreply.github.com>
Co-authored-by: macqueen09 <macqueen09@users.noreply.github.com>
* add matmul * format doc
macqueen09
requested review from
Galaxy1458,
i3wanna2,
menchunlei,
sunnycase and
zhzhcookie
as code owners
September 2, 2026 05:57
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.
3f863acd700bda89514cf3dce6c57020d593d8f3poc-gpu-tileir-conversion-main-syncdda7eefda2ffacec39a51821a47f1d6fb148bdf5在完成主线同步后,重新叠加了 TLE GPU CommonIR 相关修改,主要包括:
tle.gpu.alloc/copy/to_tensor/store_tensor/local_ptr等原语先生成 TileIR;!tile.buf<#shared>转换为!ttg.memdesc和ttg.local_alloc/load/store;tile.local_ptr/get_memdesc/subview等中间表示的转换;FLAGTREE_COMMON_IR编译宏控制 CommonIR 路径,关闭时保留原有 TLE GPU 路径;FLIR 配套版本
本 PR 需要配合以下 FLIR 修改:
poc-gpu-tileir-conversion3f3ac6fccc91cd8434c8d055da28cd1ca94974bfmain