[Mlir-commits] [mlir] 72ebdb4 - [mlir][NFC] Fix broken sidebar and improve documentation
Alex Zinenko
llvmlistbot at llvm.org
Fri May 12 07:44:27 PDT 2023
Author: Kohei Yamaguchi
Date: 2023-05-12T16:44:20+02:00
New Revision: 72ebdb45ecad85b11a23982a694fb946b48caf04
URL: https://github.com/llvm/llvm-project/commit/72ebdb45ecad85b11a23982a694fb946b48caf04
DIFF: https://github.com/llvm/llvm-project/commit/72ebdb45ecad85b11a23982a694fb946b48caf04.diff
LOG: [mlir][NFC] Fix broken sidebar and improve documentation
- Added missing TensorTransformOps to the Transform doc
- Added missing AMDGPUPasses to the Passes doc
- Place `async dialect` in alphabetical order in the Passes doc
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D150341
Added:
Modified:
mlir/docs/Dialects/Transform.md
mlir/docs/Passes.md
Removed:
################################################################################
diff --git a/mlir/docs/Dialects/Transform.md b/mlir/docs/Dialects/Transform.md
index 586c12f2fa523..b34bf76e76a80 100644
--- a/mlir/docs/Dialects/Transform.md
+++ b/mlir/docs/Dialects/Transform.md
@@ -439,6 +439,10 @@ ops rather than having the methods directly act on the payload IR.
[include "Dialects/LinalgStructuredTransformOps.md"]
+## Tensor Transform Operations
+
+[include "Dialects/TensorTransformOps.md"]
+
## Vector Transform Operations
[include "Dialects/VectorTransformOps.md"]
diff --git a/mlir/docs/Passes.md b/mlir/docs/Passes.md
index aa2cddbe079ee..58e8136b989fd 100644
--- a/mlir/docs/Passes.md
+++ b/mlir/docs/Passes.md
@@ -16,18 +16,22 @@ This document describes the available MLIR passes and their contracts.
[include "ConversionPasses.md"]
-## 'async' Dialect Passes
-
-[include "AsyncPasses.md"]
-
## 'affine' Dialect Passes
[include "AffinePasses.md"]
+## 'amdgpu' Dialect Passes
+
+[include "AMDGPUPasses.md"]
+
## 'arith' Dialect Passes
[include "ArithPasses.md"]
+## 'async' Dialect Passes
+
+[include "AsyncPasses.md"]
+
## 'func' Dialect Passes
[include "FuncPasses.md"]
More information about the Mlir-commits
mailing list