forked from OSchip/llvm-project
[mlir][nfc] Fix indentation in LinalgOps.td.
This commit is contained in:
parent
30c0d5b4c3
commit
53367b8fe1
|
@ -509,7 +509,7 @@ def Linalg_TiledLoopOp : Linalg_Op<"tiled_loop", [
|
|||
Example:
|
||||
|
||||
```mlir
|
||||
linalg.tiled_loop (%i) = (%c0) to (%c24) step (%c4)
|
||||
linalg.tiled_loop (%i) = (%c0) to (%c24) step (%c4)
|
||||
ins(%lhs, %rhs : tensor<24x64xi8>, tensor<24x64xi8>)
|
||||
outs(%out : tensor<24x64xi8>)
|
||||
iterators("parallel") {
|
||||
|
|
Loading…
Reference in New Issue