Skip to content

Commit fb0b569

Browse files
committed
[intel] fix 'test_use_name_loc_as_prefix' after da3ab2a
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent b9c91dc commit fb0b569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/test/unit/language/test_line_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ def test_use_name_loc_as_prefix(fresh_triton_cache):
314314

315315
@triton.jit
316316
def kernel_basic(src, N, BLOCK_SIZE: tl.constexpr):
317-
# CHECK: #loc = loc("{{.*}}":261:0)
317+
# CHECK: #loc = loc("{{.*}}":316:0)
318318
# CHECK-LABEL: tt.func public @kernel_basic(
319319
# CHECK-SAME: %src: !tt.ptr<f32> loc("src"(#loc)), %N: i32 loc("N"(#loc)))
320320
# CHECK: %cst = arith.constant dense<1.000000e+00> : tensor<16xf32> loc(#loc1)

0 commit comments

Comments
 (0)