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
Hi Community, I just have two simple questions about the "block" in triton:
Could we use tl.device_print("pid", pid) to check the launching order of each block? I just used it to print the pid and found that blocks are not scheduled as I assumed ( like (0,0,0), (1,0,0),..., (0,1,0), ..., (0,0,1), ... (max_x, max_y, max_z) ). So is it expected? Is there a way we could control the launching order of all blocks?
Is there a way to check the duration of each block? like tl.device_print(start_time)/tl.device_print(end_time)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi Community, I just have two simple questions about the "block" in triton:
Could we use
tl.device_print("pid", pid)
to check the launching order of each block? I just used it to print the pid and found that blocks are not scheduled as I assumed ( like (0,0,0), (1,0,0),..., (0,1,0), ..., (0,0,1), ... (max_x, max_y, max_z) ). So is it expected? Is there a way we could control the launching order of all blocks?Is there a way to check the duration of each block? like
tl.device_print(start_time)
/tl.device_print(end_time)
I appreciate your answers.
Beta Was this translation helpful? Give feedback.
All reactions