[mlir] Update all dialects docs to use 'dialect-namespace' in the header

This commit is contained in:
River Riddle 2020-03-30 12:25:00 -07:00
parent defd95ef45
commit 01c857bc83
7 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# `affine` Dialect
# 'affine' Dialect
This dialect provides a powerful abstraction for affine operations and analyses.

View File

@ -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.

View File

@ -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

View File

@ -1,4 +1,4 @@
# `linalg` Dialect
# 'linalg' Dialect
[TOC]

View File

@ -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

View File

@ -1,4 +1,4 @@
# `std` Dialect
# 'std' Dialect
This dialect provides documentation for operations within the Standard dialect.

View File

@ -1,4 +1,4 @@
# Vector Dialect
# 'vector' Dialect
[TOC]