合集-编译器

mlir(google/heir)dialect
摘要:方言: https://mlir.llvm.org/docs/DefiningDialects/ LangRef Refresher Before diving into how to define these constructs, below is a quick refresher from 阅读全文

posted @ 2025-04-21 14:06 LiveWithACat 阅读(18) 评论(0) 推荐(0)

mlir(google/heir) attributes and types
摘要:https://mlir.llvm.org/docs/DefiningDialects/AttributesAndTypes/ (1)什么是attribute Attributes Attributes are the mechanism for specifying constant data o 阅读全文

posted @ 2025-04-20 15:00 LiveWithACat 阅读(21) 评论(0) 推荐(0)

mlir(google/heir)traits
摘要:https://mlir.llvm.org/docs/Traits/ MLIR allows for a truly open ecosystem, as any dialect may define attributes, operations, and types that suit a spe 阅读全文

posted @ 2025-04-18 21:40 LiveWithACat 阅读(10) 评论(0) 推荐(0)

mlir(google/heir)operation
摘要:(1)TableGen 语法 TableGen Syntax We use TableGen as the language for specifying operation information. TableGen itself just provides syntax for writing 阅读全文

posted @ 2025-04-23 21:37 LiveWithACat 阅读(22) 评论(0) 推荐(0)