forked from OSchip/llvm-project
[mlir] Update all dialects docs to use 'dialect-namespace' in the header
This commit is contained in:
parent
defd95ef45
commit
01c857bc83
|
@ -1,4 +1,4 @@
|
|||
# `affine` Dialect
|
||||
# 'affine' Dialect
|
||||
|
||||
This dialect provides a powerful abstraction for affine operations and analyses.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# `gpu` Dialect
|
||||
# 'gpu' Dialect
|
||||
|
||||
Note: this dialect is more likely to change than others in the near future; use
|
||||
with caution.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# `llvm` Dialect
|
||||
# 'llvm' Dialect
|
||||
|
||||
This dialect wraps the LLVM IR types and instructions into MLIR types and
|
||||
operations. It provides several additional operations that are necessary to
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# `linalg` Dialect
|
||||
# 'linalg' Dialect
|
||||
|
||||
[TOC]
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# SPIR-V Dialect
|
||||
# 'spv' Dialect
|
||||
|
||||
This document describes the design of the SPIR-V dialect in MLIR. It lists
|
||||
various design choices we made for modeling different SPIR-V mechanisms, and
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# `std` Dialect
|
||||
# 'std' Dialect
|
||||
|
||||
This dialect provides documentation for operations within the Standard dialect.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Vector Dialect
|
||||
# 'vector' Dialect
|
||||
|
||||
[TOC]
|
||||
|
||||
|
|
Loading…
Reference in New Issue