mirror of
https://github.com/intel/llvm.git
synced 2026-02-02 01:30:24 +08:00
[mlir][doc] Fix syntax for affine.dam_wait
Change dma_Start to dma_wait for affine.dma_wait. Also change dma_Start to dma_start for affine.dma_start. Differential Revision: https://reviews.llvm.org/D141887
This commit is contained in:
@@ -371,7 +371,7 @@ Example:
|
||||
Syntax:
|
||||
|
||||
```
|
||||
operation ::= `affine.dma_Start` ssa-use `[` multi-dim-affine-map-of-ssa-ids `]`, `[` multi-dim-affine-map-of-ssa-ids `]`, `[` multi-dim-affine-map-of-ssa-ids `]`, ssa-use `:` memref-type
|
||||
operation ::= `affine.dma_start` ssa-use `[` multi-dim-affine-map-of-ssa-ids `]`, `[` multi-dim-affine-map-of-ssa-ids `]`, `[` multi-dim-affine-map-of-ssa-ids `]`, ssa-use `:` memref-type
|
||||
```
|
||||
|
||||
The `affine.dma_start` op starts a non-blocking DMA operation that transfers
|
||||
@@ -419,7 +419,7 @@ space 1 at indices [%k + 7, %l], would be specified as follows:
|
||||
Syntax:
|
||||
|
||||
```
|
||||
operation ::= `affine.dma_Start` ssa-use `[` multi-dim-affine-map-of-ssa-ids `]`, `[` multi-dim-affine-map-of-ssa-ids `]`, `[` multi-dim-affine-map-of-ssa-ids `]`, ssa-use `:` memref-type
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user