Skip to content

Commit 788af8c

Browse files
[TEST] Fix lit after 067c082
Signed-off-by: Whitney Tsang <whitney.tsang@intel.com>
1 parent 2bd200f commit 788af8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Analysis/intel/test-axis-info.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,7 @@ tt.func public @chained_for(%8: tensor<128x64x!tt.ptr<bf16>> {tt.divisibility =
857857
scf.yield %11 : tensor<128x64x!tt.ptr<bf16>>
858858
}
859859
// CHECK: contiguity = [1, 1], divisibility = [16, 16], constancy = [1, 1], constant_value = <none>
860-
// CHECK: contiguity = [1, 1], divisibility = [1, 1], constancy = [1, 1], constant_value = <none>
860+
// CHECK: contiguity = [1, 1], divisibility = [16, 16], constancy = [1, 1], constant_value = <none>
861861
%10 = scf.for %arg7 = %c0_i32 to %c16_i32 step %c1_i32 iter_args(%arg8 = %9) -> (tensor<128x64x!tt.ptr<bf16>>) : i32 {
862862
tt.store %arg8, %cst : tensor<128x64x!tt.ptr<bf16>>
863863
%11 = tt.addptr %arg8, %cst_0 : tensor<128x64x!tt.ptr<bf16>>, tensor<128x64xi32>

0 commit comments

Comments
 (0)