Skip to content

Conversation

@MrSidims
Copy link
Owner

@MrSidims MrSidims commented May 10, 2025

Also allow to use opt, llc and custom tools for Triron IRs.

mlir-opt remains disabled for Triton as it seem to be unusable without --allow-unregistered-dialect. Yet a user can call mlir-opt as unspecified custom tool (if anybody reading this commit message disagrees - please don't hesitate and comment on the PR or open an issue).

TODO:

  • Triton support is still very raw, need to dump IR not from cache dir. With that fix - merge triton_llvm_ir and llvm_ir IR targets.
  • Explore AMD and Intel lowering for Triton.
  • opt tool bar starts to get overloaded - explicit listing of tools in MLIR ecosystem supported by the app is good for novices like myself, but for advanced users it should be a command line.

git blame note: I've applied npx prettier --write without preserving intermediate stage, so diff became bigger, then I have anticipated.

MrSidims added 2 commits May 10, 2025 17:28
Also allow to use opt, llc and custom tools for Triron IRs.

mlir-opt remains disabled for Triton as it seem to be unusable
without --allow-unregistered-dialect. Yet a user can call mlir-opt
as unspecified custom tool.

TODO:
- Triton support is still very raw, need to dump IR not from cache dir;
- opt tool bar starts to get overloaded - explicit listing of tools in
MLIR ecosystem supported by the app is good for novices like myself, but
for advanced users it should be a command line.

git blame note: I've applied npx prettier --write without preserving
intermediate stage, so diff became bigger, then I have anticipated.
Signed-off-by: Dmitry Sidorov <[email protected]>
@MrSidims MrSidims merged commit 9147628 into main May 10, 2025
1 check passed
@MrSidims MrSidims deleted the add-triton-opt branch May 10, 2025 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants