Skip to content

Commit

Permalink
[mlir][linalg] Fix linalg.pack/unpack docs (llvm#129559)
Browse files Browse the repository at this point in the history
Adds missing relayout ops to Linalg docs tablegen.

Follow-up to llvm#127729
  • Loading branch information
adam-smnk authored Mar 4, 2025
1 parent 45901cc commit e187fc0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion mlir/docs/Dialects/Linalg/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -695,4 +695,3 @@ the same IR.
## Operations

[include "Dialects/LinalgOps.md"]
[include "Dialects/LinalgRelayoutOps.td"]
1 change: 1 addition & 0 deletions mlir/include/mlir/Dialect/Linalg/IR/LinalgDoc.td
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

include "mlir/Dialect/Linalg/IR/LinalgBase.td"
include "mlir/Dialect/Linalg/IR/LinalgOps.td"
include "mlir/Dialect/Linalg/IR/LinalgRelayoutOps.td"
include "mlir/Dialect/Linalg/IR/LinalgStructuredOps.td"

#endif // LINALG_DOC

0 comments on commit e187fc0

Please sign in to comment.