Skip to content

MLIR-设计、实现与架构 | Inside Compiler #55

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

Open
fiking opened this issue May 31, 2024 · 2 comments
Open

MLIR-设计、实现与架构 | Inside Compiler #55

fiking opened this issue May 31, 2024 · 2 comments

Comments

@fiking
Copy link
Collaborator

fiking commented May 31, 2024

https://inside-compiler.github.io/2024/05/19/MLIR-Overview3/

第2章 MLIR-设计、实现与架构MLIR作为一款非常完善的编译器框架,提供了多谢功能,包括:如何定义IR,包括操作、操作与之关联的类型、操作上的属性,并将这些信息通过方言进行管理。还有针对IR中操作的优化,多级IR之间的转化,编译过程的中调试功能等功能。本章主要介绍MLIR涉及到的各种概念,主要包括: MLIR的组成和结构,包括操作、类型、属性、方言以及IR结构等内容; 约束、特质和接口机制,

@fiking
Copy link
Collaborator Author

fiking commented May 31, 2024

这边有个错别字“多谢功能”
“ MLIR作为一款非常完善的编译器框架,提供了多谢功能,包括:如何定义IR,包括操作、操作与之关联的类型、操作上的属性”

@chenghanpeng
Copy link
Collaborator

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants