Skip to content

Commit 1888f81

Browse files
authored
[KERNELS] remove unwanted device_print =_= (#8367)
1 parent 88b8a5c commit 1888f81

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/triton_kernels/triton_kernels/matmul_ogs_details/_p_matmul_ogs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,6 @@ def _p_matmul_ogs(
525525
offs_y_m = (offs_y_m.to(tl.uint32, bitcast=True) & 0x7FFFFFFF).to(tl.int32, bitcast=True)
526526
Y.scatter(out, offs_y_m, out_off_n)
527527
elif Y_TMA_MODE == "dense":
528-
tl.device_print("dense tma")
529528
out = tl.reshape(out, [1] + out.shape)
530529
off_kz = pid_k * batch_size + start_z1
531530
Y.store([off_kz, off_m1, out_off_n], out)

0 commit comments

Comments
 (0)