Skip to content

Commit 3b0022c

Browse files
committed
Fix pre-commit
Signed-off-by: Ettore Tiotto <[email protected]>
1 parent 5f674f1 commit 3b0022c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/Triton/Intel/FuseReshape/fuse-reshape.mlir

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,11 @@ tt.func public @fuseLoadWithReshape3(%a_ptr: !tt.ptr<f32> {tt.divisibility = 16
140140
tt.func public @fuseLoadWithTrans4(%arg0: i32, %arg1: !tt.ptr<f16>, %arg2: !tt.ptr<f16>) {
141141
%c0_i32 = arith.constant 0 : i32
142142
%c1_i32 = arith.constant 1 : i32
143-
%c2_i32 = arith.constant 2 : i32
143+
%c2_i32 = arith.constant 2 : i32
144144
%c32_i32 = arith.constant 32 : i32
145-
%c1_i64 = arith.constant 1 : i64
145+
%c1_i64 = arith.constant 1 : i64
146146
%c64_i64 = arith.constant 64 : i64
147-
%c256_i64 = arith.constant 256 : i64
147+
%c256_i64 = arith.constant 256 : i64
148148
%cst = arith.constant dense<0.000000e+00> : tensor<64x64xf32>
149149
%7 = tt.make_tensor_ptr %arg1, [%c1_i64, %c64_i64], [%c64_i64, %c1_i64], [%c0_i32, %c0_i32] {order = array<i32: 1, 0>} : <tensor<64x32xf16>>
150150
%9 = tt.make_tensor_ptr %arg2, [%c1_i64, %c256_i64, %c64_i64], [%c256_i64, %c64_i64, %c1_i64], [%c0_i32, %c1_i32, %c2_i32] {order = array<i32: 2, 1, 0>} : <tensor<1x32x64xf16>>
@@ -167,7 +167,7 @@ tt.func public @fuseLoadWithTrans4(%arg0: i32, %arg1: !tt.ptr<f16>, %arg2: !tt.p
167167
scf.yield %add : i32
168168
}
169169
tt.return
170-
170+
171171
}
172172
// CHECK-LABEL: fuseLoadWithTrans4
173173
// CHECK-NOT: tt.reshape

0 commit comments

Comments
 (0)