diff --git a/mlir/docs/GenericDAGRewriter.md b/mlir/docs/GenericDAGRewriter.md index 8cc09f7d17ff..a187c9898890 100644 --- a/mlir/docs/GenericDAGRewriter.md +++ b/mlir/docs/GenericDAGRewriter.md @@ -1,4 +1,4 @@ -# MLIR Generic DAG Rewriter Infrastructure +# Generic DAG Rewriter Infrastructure ## Introduction and Motivation diff --git a/mlir/docs/Interfaces.md b/mlir/docs/Interfaces.md index bc594c23d978..c5800ca2171a 100644 --- a/mlir/docs/Interfaces.md +++ b/mlir/docs/Interfaces.md @@ -1,4 +1,4 @@ -# MLIR Interfaces +# Interfaces MLIR is generic and very extensible; it allows for opaquely representing many different dialects that have their own operations, attributes, types, and so on. diff --git a/mlir/docs/Passes.md b/mlir/docs/Passes.md index 7fe56d12e26a..b1f1a2eb2e17 100644 --- a/mlir/docs/Passes.md +++ b/mlir/docs/Passes.md @@ -1,4 +1,4 @@ -# MLIR Passes +# Passes This document describes the available MLIR passes and their contracts. diff --git a/mlir/docs/Quantization.md b/mlir/docs/Quantization.md index 0608b54eed89..3b45dce11a58 100644 --- a/mlir/docs/Quantization.md +++ b/mlir/docs/Quantization.md @@ -1,4 +1,4 @@ -# MLIR Quantization +# Quantization This document outlines the design of the MLIR quantization system. While the term "quantization" is highly overloaded, in this case, it refers to a fairly diff --git a/mlir/docs/Traits.md b/mlir/docs/Traits.md index 55dabfb7f755..346b57642c10 100644 --- a/mlir/docs/Traits.md +++ b/mlir/docs/Traits.md @@ -1,4 +1,4 @@ -# MLIR Operation Traits +# Operation Traits [TOC]