We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45901cc commit e187fc0Copy full SHA for e187fc0
mlir/docs/Dialects/Linalg/_index.md
@@ -695,4 +695,3 @@ the same IR.
695
## Operations
696
697
[include "Dialects/LinalgOps.md"]
698
-[include "Dialects/LinalgRelayoutOps.td"]
mlir/include/mlir/Dialect/Linalg/IR/LinalgDoc.td
@@ -18,6 +18,7 @@
18
19
include "mlir/Dialect/Linalg/IR/LinalgBase.td"
20
include "mlir/Dialect/Linalg/IR/LinalgOps.td"
21
+include "mlir/Dialect/Linalg/IR/LinalgRelayoutOps.td"
22
include "mlir/Dialect/Linalg/IR/LinalgStructuredOps.td"
23
24
#endif // LINALG_DOC
0 commit comments