Skip to content

Commit f83a0cd

Browse files
committed
clang-format
Signed-off-by: dchigarev <[email protected]>
1 parent 54f86c2 commit f83a0cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/gc/Transforms/GPU/LinalgToXeGPU.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -710,8 +710,8 @@ static SmallVector<Value> createNdDescriptorTiles(
710710
.create<xegpu::UpdateNdOffsetOp>(
711711
loc, descType, rootTile,
712712
/*offsets=*/
713-
transpose ? ValueRange{newColOffs, newRowOffs}
714-
: ValueRange{newRowOffs, newColOffs},
713+
transpose ? ValueRange{newColOffs, newRowOffs}
714+
: ValueRange{newRowOffs, newColOffs},
715715
SmallVector<int64_t>{ShapedType::kDynamic,
716716
ShapedType::kDynamic})
717717
.getResult();

0 commit comments

Comments
 (0)