Skip to content

Commit ada610e

Browse files
further review comments 2
Signed-off-by: Nirvedh Meshram <[email protected]>
1 parent 83c4777 commit ada610e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mlir/lib/Dialect/Linalg/Transforms/DataLayoutPropagation.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,6 @@ static bool getPackedOperandDetails(
325325
/// inner_dims_pos = [0]
326326
/// inner_tiles = [8]
327327
/// into %init : tensor<?xf32> -> tensor<?x8xf32>
328-
329328
static std::tuple<Value, AffineMap> getOrCreatePackedViewOfOperand(
330329
OpBuilder &b, Location loc, OpOperand *opOperand,
331330
const DenseMap<OpOperand *, PackedOperandDetails> &packedOperandMap) {

0 commit comments

Comments
 (0)