[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:48 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mlir
Author: None (csstormq)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/109261.diff
1 Files Affected:
- (modified) mlir/docs/Dialects/Affine.md (+1-1)
``````````diff
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
``````````
</details>
https://github.com/llvm/llvm-project/pull/109261
More information about the Mlir-commits
mailing list