Skip to content

Commit e90a732

Browse files
authored
[mlir][docs] Fix incorrect operation name(NFC) (#109261)
1 parent 72a2180 commit e90a732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/docs/Dialects/Affine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ Syntax:
372372
operation ::= `affine.dma_wait` ssa-use `[` multi-dim-affine-map-of-ssa-ids `]`, ssa-use `:` memref-type
373373
```
374374

375-
The `affine.dma_start` op blocks until the completion of a DMA operation
375+
The `affine.dma_wait` op blocks until the completion of a DMA operation
376376
associated with the tag element `%tag[%index]`. `%tag` is a memref, and `%index` has
377377
to be an index with the same restrictions as any load/store index. In
378378
particular, index for each memref dimension must be an affine expression of loop

0 commit comments

Comments
 (0)