Skip to content

Commit 6ed5dd3

Browse files
authored
update (#71784)
1 parent 6af9534 commit 6ed5dd3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

paddle/phi/kernels/custom/c_softmax_with_entropy_grad_kernel.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ void CSoftmaxWithEntropyGradKernel(const Context& dev_ctx,
3131
const DenseTensor& label_in,
3232
const DenseTensor& loss_grad_in,
3333
int64_t ignore_index,
34-
int ring_id,
3534
int rank,
3635
int nranks,
3736
DenseTensor* logits_grad) {

0 commit comments

Comments
 (0)