[mlir] Update all dialects docs to use 'dialect-namespace' in the header
authorRiver Riddle <riddleriver@gmail.com>
Mon, 30 Mar 2020 19:25:00 +0000 (12:25 -0700)
committerRiver Riddle <riddleriver@gmail.com>
Mon, 30 Mar 2020 19:25:15 +0000 (12:25 -0700)
mlir/docs/Dialects/Affine.md
mlir/docs/Dialects/GPU.md
mlir/docs/Dialects/LLVM.md
mlir/docs/Dialects/Linalg.md
mlir/docs/Dialects/SPIR-V.md
mlir/docs/Dialects/Standard.md
mlir/docs/Dialects/Vector.md

index 3be27e2..4e4c7ed 100644 (file)
@@ -1,4 +1,4 @@
-# `affine` Dialect
+# 'affine' Dialect
 
 This dialect provides a powerful abstraction for affine operations and analyses.
 
index 4b337b8..fc2391d 100644 (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.
index 3bf81f8..bbf675f 100644 (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
index 9928896..af4db42 100644 (file)
@@ -1,4 +1,4 @@
-# `linalg` Dialect
+# 'linalg' Dialect
 
 [TOC]
 
index e1e772b..20919c0 100644 (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
index fe283d7..a0f1f0f 100644 (file)
@@ -1,4 +1,4 @@
-# `std` Dialect
+# 'std' Dialect
 
 This dialect provides documentation for operations within the Standard dialect.
 
index 10de173..910a9cd 100644 (file)
@@ -1,4 +1,4 @@
-# Vector Dialect
+# 'vector' Dialect
 
 [TOC]