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

River Riddle llvmlistbot at llvm.org
Mon Mar 30 12:25:28 PDT 2020


Author: River Riddle
Date: 2020-03-30T12:25:15-07:00
New Revision: 01c857bc83c742a5d82611d3b9c7ace95fdc285e

URL: https://github.com/llvm/llvm-project/commit/01c857bc83c742a5d82611d3b9c7ace95fdc285e
DIFF: https://github.com/llvm/llvm-project/commit/01c857bc83c742a5d82611d3b9c7ace95fdc285e.diff

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

Added: 
    

Modified: 
    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

Removed: 
    


################################################################################
diff  --git a/mlir/docs/Dialects/Affine.md b/mlir/docs/Dialects/Affine.md
index 3be27e26d8db..4e4c7edf0e28 100644
--- a/mlir/docs/Dialects/Affine.md
+++ b/mlir/docs/Dialects/Affine.md
@@ -1,4 +1,4 @@
-# `affine` Dialect
+# 'affine' Dialect
 
 This dialect provides a powerful abstraction for affine operations and analyses.
 

diff  --git a/mlir/docs/Dialects/GPU.md b/mlir/docs/Dialects/GPU.md
index 4b337b86c322..fc2391dd1ed9 100644
--- a/mlir/docs/Dialects/GPU.md
+++ b/mlir/docs/Dialects/GPU.md
@@ -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.

diff  --git a/mlir/docs/Dialects/LLVM.md b/mlir/docs/Dialects/LLVM.md
index 3bf81f8d3eb7..bbf675f06023 100644
--- a/mlir/docs/Dialects/LLVM.md
+++ b/mlir/docs/Dialects/LLVM.md
@@ -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

diff  --git a/mlir/docs/Dialects/Linalg.md b/mlir/docs/Dialects/Linalg.md
index 99288962f479..af4db423e44e 100644
--- a/mlir/docs/Dialects/Linalg.md
+++ b/mlir/docs/Dialects/Linalg.md
@@ -1,4 +1,4 @@
-# `linalg` Dialect
+# 'linalg' Dialect
 
 [TOC]
 

diff  --git a/mlir/docs/Dialects/SPIR-V.md b/mlir/docs/Dialects/SPIR-V.md
index e1e772b43a71..20919c08244b 100644
--- a/mlir/docs/Dialects/SPIR-V.md
+++ b/mlir/docs/Dialects/SPIR-V.md
@@ -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 
diff erent SPIR-V mechanisms, and

diff  --git a/mlir/docs/Dialects/Standard.md b/mlir/docs/Dialects/Standard.md
index fe283d73921a..a0f1f0ffe134 100644
--- a/mlir/docs/Dialects/Standard.md
+++ b/mlir/docs/Dialects/Standard.md
@@ -1,4 +1,4 @@
-# `std` Dialect
+# 'std' Dialect
 
 This dialect provides documentation for operations within the Standard dialect.
 

diff  --git a/mlir/docs/Dialects/Vector.md b/mlir/docs/Dialects/Vector.md
index 10de1731a2f2..910a9cd2464a 100644
--- a/mlir/docs/Dialects/Vector.md
+++ b/mlir/docs/Dialects/Vector.md
@@ -1,4 +1,4 @@
-# Vector Dialect
+# 'vector' Dialect
 
 [TOC]
 


        


More information about the Mlir-commits mailing list