[Mlir-commits] [mlir] 8291fa0 - [mlir] fix markdown headers in structured ops doc

Alex Zinenko llvmlistbot at llvm.org
Mon Oct 3 06:17:48 PDT 2022


Author: Alex Zinenko
Date: 2022-10-03T13:17:10Z
New Revision: 8291fa08177291e7b3ed2203ae1c2c68a797086d

URL: https://github.com/llvm/llvm-project/commit/8291fa08177291e7b3ed2203ae1c2c68a797086d
DIFF: https://github.com/llvm/llvm-project/commit/8291fa08177291e7b3ed2203ae1c2c68a797086d.diff

LOG: [mlir] fix markdown headers in structured ops doc

Added: 
    

Modified: 
    mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.td

Removed: 
    


################################################################################
diff  --git a/mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.td b/mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.td
index 114ff3d5bced..33b5c0e37e42 100644
--- a/mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.td
+++ b/mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.td
@@ -705,14 +705,14 @@ def TileToForeachThreadOp :
       - the new scf.foreach_thread op,
       - the tiled op that implements TilingInterface.
 
-    ### Example using `num_threads`
+    #### Example using `num_threads`
 
     ```
     %0 = pdl_match @match_matmul in %arg1
     %3:2 = transform.structured.tile_to_foreach_thread_op %0 num_threads [10, 20]
     ```
 
-    ### Example using `tile_sizes`
+    #### Example using `tile_sizes`
 
     ```
     %0 = pdl_match @match_matmul in %arg1


        


More information about the Mlir-commits mailing list