fix some typos (#24616)

Signed-off-by: co63oc <co63oc@users.noreply.github.com>
This commit is contained in:
co63oc
2025-09-12 01:48:46 +08:00
committed by GitHub
parent c1eda615ba
commit e26fef8397
5 changed files with 6 additions and 6 deletions

View File

@@ -179,7 +179,7 @@ def chunk_local_cumsum_vector(
def grid(meta):
return (triton.cdiv(meta['S'], meta['BS']), NT, B * H)
# keep cummulative normalizer in fp32
# keep cumulative normalizer in fp32
# this kernel is equivalent to
# g = g.view(B, H, NT, BT, -1).cumsum(-2).view(B, H, T, -1)
chunk_local_cumsum_vector_kernel[grid](g_org,