Skip to content

Commit 9cd02e8

Browse files
committed
Fix conflict, move some headers.
1 parent b0dc90c commit 9cd02e8

11 files changed

+431
-1480
lines changed

paddle/phi/infermeta/ternary.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1723,7 +1723,7 @@ void MoeGateDispatchPartialNoSoftmaxTopKInferMeta(const MetaTensor& x,
17231723
common::errors::InvalidArgument(
17241724
"The dtype of Input(combine_weights) must be FLOAT32, but received %s",
17251725
combine_weights.dtype()));
1726-
int64_t num_experts_diff = expert_end_index - expert_start_index;
1726+
//int64_t num_experts_diff = expert_end_index - expert_start_index;
17271727
int64_t num_rows = x_dims[0];
17281728
// if (use_pad)
17291729
// y->set_dims({num_experts_diff * capacity, x_dims[1]}) ;

paddle/phi/kernels/gpu/cub_kv_sorter.cu

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)