[Mlir-commits] [mlir] [mlir][docs] Fix incorrect operation name(NFC) (PR #109261)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Thu Sep 19 02:50:14 PDT 2024
https://github.com/csstormq created https://github.com/llvm/llvm-project/pull/109261
None
>From 9f8926a969df861b14941822ffec252a72502386 Mon Sep 17 00:00:00 2001
From: csstormq <swust_xiaoqiangxu at 163.com>
Date: Thu, 19 Sep 2024 17:48:29 +0800
Subject: [PATCH] [mlir][docs] Fix incorrect operation name(NFC)
---
mlir/docs/Dialects/Affine.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mlir/docs/Dialects/Affine.md b/mlir/docs/Dialects/Affine.md
index f34a9b1c1a8610..bfcbbf5bb3b132 100644
--- a/mlir/docs/Dialects/Affine.md
+++ b/mlir/docs/Dialects/Affine.md
@@ -372,7 +372,7 @@ Syntax:
operation ::= `affine.dma_wait` ssa-use `[` multi-dim-affine-map-of-ssa-ids `]`, ssa-use `:` memref-type
```
-The `affine.dma_start` op blocks until the completion of a DMA operation
+The `affine.dma_wait` op blocks until the completion of a DMA operation
associated with the tag element `%tag[%index]`. `%tag` is a memref, and `%index` has
to be an index with the same restrictions as any load/store index. In
particular, index for each memref dimension must be an affine expression of loop
More information about the Mlir-commits
mailing list