Skip to content

Commit 5cbefa8

Browse files
[TEST] Fix test-axis-info.mlir after 5e96573
Signed-off-by: Whitney Tsang <[email protected]>
1 parent b39933c commit 5cbefa8

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
@@ -840,7 +840,7 @@ tt.func @tensor_ptr(%arg0: !tt.ptr<tensor<64x16xi32>, 1>) {
840840
// -----
841841

842842
// CHECK-LABEL: @chained_for
843-
tt.func public @chained_for(%8: tensor<128x64x!tt.ptr<bf16>> {tt.divisibility = 16 : i32}) {
843+
tt.func public @chained_for(%8: tensor<128x64x!tt.ptr<bf16>> {tt.divisibility = dense<[16, 16]> : tensor<2xi32>}) {
844844
// CHECK: contiguity = [1, 1], divisibility = [1, 1], constancy = [1, 1], constant_value = <none>
845845
%cst = arith.constant dense<0.000000e+00> : tensor<128x64xbf16>
846846
// CHECK: contiguity = [1], divisibility = [16], constancy = [1], constant_value = 16

0 commit comments

Comments
 (0)