Skip to content

Commit 76f2afa

Browse files
authored
[mlir] fix transform dialect doc includes (llvm#150408)
New extensions were added to the code but not to the documentation.
1 parent 3fe6d27 commit 76f2afa

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

mlir/docs/Dialects/Transform.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,10 +415,22 @@ ops rather than having the methods directly act on the payload IR.
415415

416416
[include "Dialects/TransformOps.md"]
417417

418+
## Tuning Extension Operaiton
419+
420+
[include "Dialects/TuneExtensionOps.md"]
421+
418422
## Affine Transform Operations
419423

420424
[include "Dialects/AffineLoopTransformOps.md"]
421425

426+
## ARM Neon Transform Operations
427+
428+
[include "Dialects/ArmNeonVectorTransformOps.md"]
429+
430+
## ARM SVE Transform Operations
431+
432+
[include "Dialects/ArmSVEVectorTransformOps.md"]
433+
422434
## Bufferization Transform Operations
423435

424436
[include "Dialects/BufferizationTransformOps.md"]

0 commit comments

Comments
 (0)