You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C0_NCOLS : tl.constexpr = 32
mask_c0_y = tl.arange(0, C0_NCOLS) < 1 # only take the first element in each row, 0 to 32
tl.device_print("mask_c0_y ", mask_c0_y)
Describe the bug
crashes
works
Environment details
Triton main
The text was updated successfully, but these errors were encountered: