Skip to content

Commit

Permalink
Merge pull request #8 from xvyv99/master
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid authored Nov 21, 2024
2 parents b3a1540 + 820c1d4 commit 783d45c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ pid_n = pid % grid_n
pid = tl.program_id(axis=0)
# Number of program ids along the M axis
# M 轴上程序 id 的数量
num_pid_m = tl
num_pid_m = tl.cdiv(M, BLOCK_SIZE_M)
# Number of programs ids along the N axis
# N 轴上程序 id 的数量
num_pid_n = tl.cdiv(N, BLOCK_SIZE_N)
Expand Down

0 comments on commit 783d45c

Please sign in to comment.