Skip to content

Commit aae7e04

Browse files
Concise v2.0
1 parent 8e65bc6 commit aae7e04

File tree

2 files changed

+100
-82
lines changed

2 files changed

+100
-82
lines changed

mlir/include/mlir/Dialect/Linalg/Utils/Utils.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ getReassociationMapForFoldingUnitDims(ArrayRef<OpFoldResult> mixedSizes);
114114
// Fusion / Tiling utilities
115115
//===----------------------------------------------------------------------===//
116116

117+
//===----------------------------------------------------------------------===//
118+
// Fusion / Tiling utilities
119+
//===----------------------------------------------------------------------===//
120+
117121
/// The type of loops to be generated during tiling.
118122
enum class LinalgTilingLoopType {
119123
Loops = 0,

0 commit comments

Comments
 (0)