From a48172cf1c1527123a7db35a7d0d7fa84f5dc37c Mon Sep 17 00:00:00 2001 From: Richard Uhler Date: Thu, 17 Dec 2020 18:37:26 +0000 Subject: [PATCH] Add brief description of dialects doc section. Reviewed By: jpienaar Differential Revision: https://reviews.llvm.org/D93466 --- mlir/docs/Dialects/_index.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 mlir/docs/Dialects/_index.md diff --git a/mlir/docs/Dialects/_index.md b/mlir/docs/Dialects/_index.md new file mode 100644 index 0000000..da19ddcc --- /dev/null +++ b/mlir/docs/Dialects/_index.md @@ -0,0 +1,6 @@ +# Dialects + +This section contains documentation for core and contributed dialects available +from the MLIR repository. The description for each dialect includes content +automatically generated from the dialect's +[Operation Definition Specification (ODS)](../OpDefinitions.md). -- 2.7.4