We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72a2180 commit e90a732Copy full SHA for e90a732
mlir/docs/Dialects/Affine.md
@@ -372,7 +372,7 @@ Syntax:
372
operation ::= `affine.dma_wait` ssa-use `[` multi-dim-affine-map-of-ssa-ids `]`, ssa-use `:` memref-type
373
```
374
375
-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
376
associated with the tag element `%tag[%index]`. `%tag` is a memref, and `%index` has
377
to be an index with the same restrictions as any load/store index. In
378
particular, index for each memref dimension must be an affine expression of loop
0 commit comments