TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Building a Compiler with Multi-Level Intermediate Representation (MLIR) (2020) [pdf]

151 点作者 informalo大约 2 年前

5 条评论

Q6T46nT668w6i3m大约 2 年前
I love MLIR. The modularity and friendly abstractions make it incredibly flexible. I've now used it to write _multiple_ domain-specific optimizations and transformations for some of my recent research! It truly bridges the gap between different devices (CPUs, GPUs, TPUs, etc.). I pray more people adopt it so it doesn't end up abandoned!
评论 #35793653 未加载
评论 #35793470 未加载
amir734jj大约 2 年前
What is the difference between MLIR and LLVM IR code that we used to?
评论 #35792229 未加载
bruce343434大约 2 年前
Can this handle undelimited continuations?
评论 #35792987 未加载
einpoklum大约 2 年前
I say programs are digraphs and any compiler/compiler-ish library which represents them as serialized textual statements (other than as the final backend output) is just doing it all wrong.
KingLancelot大约 2 年前
Any idea if/when Clang will move to MLIR?