[Mlir-commits] [mlir] e90a732 - [mlir][docs] Fix incorrect operation name(NFC) (#109261)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Thu Sep 19 18:20:36 PDT 2024


Author: csstormq
Date: 2024-09-20T09:20:32+08:00
New Revision: e90a73255b4cfb3f8abc369251c8035b837e0042

URL: https://github.com/llvm/llvm-project/commit/e90a73255b4cfb3f8abc369251c8035b837e0042
DIFF: https://github.com/llvm/llvm-project/commit/e90a73255b4cfb3f8abc369251c8035b837e0042.diff

LOG: [mlir][docs] Fix incorrect operation name(NFC) (#109261)

Added: 
    

Modified: 
    mlir/docs/Dialects/Affine.md

Removed: 
    


################################################################################
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