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 8e65bc6 commit aae7e04Copy full SHA for aae7e04
mlir/include/mlir/Dialect/Linalg/Utils/Utils.h
@@ -114,6 +114,10 @@ getReassociationMapForFoldingUnitDims(ArrayRef<OpFoldResult> mixedSizes);
114
// Fusion / Tiling utilities
115
//===----------------------------------------------------------------------===//
116
117
+//===----------------------------------------------------------------------===//
118
+// Fusion / Tiling utilities
119
120
+
121
/// The type of loops to be generated during tiling.
122
enum class LinalgTilingLoopType {
123
Loops = 0,
0 commit comments