Update cross_entropy_loss.py

This commit is contained in:
Daniel Han-Chen 2024-02-26 03:09:37 +11:00
commit fdaa9493be

View file

@ -217,7 +217,6 @@ class Fast_CrossEntropyLoss(torch.autograd.Function):
losses,
logsumexp,
labels,
n_rows,
VOCAB_SIZE = vocab_size,
BLOCK_SIZE = MAX_FUSED_SIZE,
num_warps = 32,