We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9c91dc commit fb0b569Copy full SHA for fb0b569
python/test/unit/language/test_line_info.py
@@ -314,7 +314,7 @@ def test_use_name_loc_as_prefix(fresh_triton_cache):
314
315
@triton.jit
316
def kernel_basic(src, N, BLOCK_SIZE: tl.constexpr):
317
- # CHECK: #loc = loc("{{.*}}":261:0)
+ # CHECK: #loc = loc("{{.*}}":316:0)
318
# CHECK-LABEL: tt.func public @kernel_basic(
319
# CHECK-SAME: %src: !tt.ptr<f32> loc("src"(#loc)), %N: i32 loc("N"(#loc)))
320
# CHECK: %cst = arith.constant dense<1.000000e+00> : tensor<16xf32> loc(#loc1)
0 commit comments