Update cross_entropy_loss.py

This commit is contained in:
Daniel Han 2024-11-04 00:07:52 -08:00
commit e1b8dcf536

View file

@ -110,7 +110,7 @@ def _chunked_cross_entropy_forward(
logsumexp_ptr ,
labels_ptr ,
VOCAB_SIZE : tl.constexpr,
N_CHUNKS : tl.constexpr,
N_CHUNKS ,
BLOCK_SIZE : tl.constexpr,
DO_SOFTCAPPING ,
SOFTCAP ,