[FRONTEND] Provides an extra argument for dialect and pass it for the EdslMLIRJITFunction construction.#216
Merged
sgjzfzzf merged 1 commit intotriton_v3.5_edslfrom Dec 22, 2025
Conversation
sgjzfzzf
approved these changes
Dec 22, 2025
sgjzfzzf
pushed a commit
that referenced
this pull request
Jan 7, 2026
sunnycase
pushed a commit
that referenced
this pull request
Jan 8, 2026
* Setup the framework of edsl Signed-off-by: Jinjie Liu <jjliu@baai.ac.cn> * support scf.for loop Signed-off-by: Jinjie Liu <jjliu@baai.ac.cn> * support softmax Signed-off-by: Jinjie Liu <jjliu@baai.ac.cn> * support matmul Signed-off-by: Jinjie Liu <jjliu@baai.ac.cn> * modified: ../triton/experimental/flagtree/edsl/runtime.py (#216) * add topk example skeleton Signed-off-by: Jinjie Liu <jjliu@baai.ac.cn> * implement topk with edsl Signed-off-by: Jinjie Liu <jjliu@baai.ac.cn> * replace while-loop-inside part with edsl Signed-off-by: Jinjie Liu <jjliu@baai.ac.cn> * fix CMake Dependence bug (#247) * [FEAT]enable use wheel as external LLVM (#248) Resolves #211. * update setup to support llvm from wheel * allow attempts mul times in one python progress * delete redundant code * delete redundant code _ 2 * delete redundant code_3 * [BACKEND] Solve addresspace issue (#251) resolve #209 * Reverse order of dimensions for memory descriptor * Update typing.py * support llvm.ptr as edsl input type Signed-off-by: Jinjie Liu <jjliu@baai.ac.cn> * move the examples to tutorials Signed-off-by: Jinjie Liu <jjliu@baai.ac.cn> * put edsl into tle Signed-off-by: Jinjie Liu <jjliu@baai.ac.cn> * remove unused extension flag Signed-off-by: Jinjie Liu <jjliu@baai.ac.cn> * tag modifications as tle raw Signed-off-by: Jinjie Liu <jjliu@baai.ac.cn> * Refactor: Move LLVM wheel logic to setup_helper.py * Apply code-format changes --------- Signed-off-by: Jinjie Liu <jjliu@baai.ac.cn> Co-authored-by: Phoenixtree <sunwenjia04@163.com> Co-authored-by: starrryz <760668919@qq.com> Co-authored-by: flagtree-bot <flagtree_ai@163.com>
zhzhcookie
pushed a commit
that referenced
this pull request
Mar 13, 2026
* Setup the framework of edsl Signed-off-by: Jinjie Liu <jjliu@baai.ac.cn> * support scf.for loop Signed-off-by: Jinjie Liu <jjliu@baai.ac.cn> * support softmax Signed-off-by: Jinjie Liu <jjliu@baai.ac.cn> * support matmul Signed-off-by: Jinjie Liu <jjliu@baai.ac.cn> * modified: ../triton/experimental/flagtree/edsl/runtime.py (#216) * add topk example skeleton Signed-off-by: Jinjie Liu <jjliu@baai.ac.cn> * implement topk with edsl Signed-off-by: Jinjie Liu <jjliu@baai.ac.cn> * replace while-loop-inside part with edsl Signed-off-by: Jinjie Liu <jjliu@baai.ac.cn> * fix CMake Dependence bug (#247) * [FEAT]enable use wheel as external LLVM (#248) Resolves #211. * update setup to support llvm from wheel * allow attempts mul times in one python progress * delete redundant code * delete redundant code _ 2 * delete redundant code_3 * [BACKEND] Solve addresspace issue (#251) resolve #209 * Reverse order of dimensions for memory descriptor * Update typing.py * support llvm.ptr as edsl input type Signed-off-by: Jinjie Liu <jjliu@baai.ac.cn> * move the examples to tutorials Signed-off-by: Jinjie Liu <jjliu@baai.ac.cn> * put edsl into tle Signed-off-by: Jinjie Liu <jjliu@baai.ac.cn> * remove unused extension flag Signed-off-by: Jinjie Liu <jjliu@baai.ac.cn> * tag modifications as tle raw Signed-off-by: Jinjie Liu <jjliu@baai.ac.cn> * Refactor: Move LLVM wheel logic to setup_helper.py * Apply code-format changes --------- Signed-off-by: Jinjie Liu <jjliu@baai.ac.cn> Co-authored-by: Phoenixtree <sunwenjia04@163.com> Co-authored-by: starrryz <760668919@qq.com> Co-authored-by: flagtree-bot <flagtree_ai@163.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.
No description provided.