[Mlir-commits] [mlir] 2bbafe0 - Add TOC to GPU.md
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Thu Nov 3 17:03:09 PDT 2022
Author: Oleksandr "Alex" Zinenko
Date: 2022-11-04T01:03:01+01:00
New Revision: 2bbafe04fe785a9469bea5a3737f8d7d3ce4aca2
URL: https://github.com/llvm/llvm-project/commit/2bbafe04fe785a9469bea5a3737f8d7d3ce4aca2
DIFF: https://github.com/llvm/llvm-project/commit/2bbafe04fe785a9469bea5a3737f8d7d3ce4aca2.diff
LOG: Add TOC to GPU.md
Added:
Modified:
mlir/docs/Dialects/GPU.md
Removed:
################################################################################
diff --git a/mlir/docs/Dialects/GPU.md b/mlir/docs/Dialects/GPU.md
index fc2391dd1ed92..4b138ca23d5d6 100644
--- a/mlir/docs/Dialects/GPU.md
+++ b/mlir/docs/Dialects/GPU.md
@@ -12,6 +12,8 @@ manipulations to launch a GPU kernel and provide a simple path towards GPU
execution from MLIR. It may be targeted, for example, by DSLs using MLIR. The
dialect uses `gpu` as its canonical prefix.
+[TOC]
+
## Memory attribution
Memory buffers are defined at the function level, either in "gpu.launch" or in
More information about the Mlir-commits
mailing list