Skip to content

Commit 0b9f82b

Browse files
noaux_eplb
1 parent 3679d76 commit 0b9f82b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

custom_ops/gpu_ops/noauxtc_kernel.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1077,9 +1077,9 @@ INSTANTIATE_NOAUX_TC(float, int32_t);
10771077
T * topk_values, \
10781078
IdxT * topk_indices, \
10791079
T * scores_with_bias, \
1080-
int32_t* expert_id_to_ep_rank_array, \
1081-
int32_t* expert_in_rank_num_list, \
1082-
int32_t* tokens_per_expert_stats_list, \
1080+
int32_t * expert_id_to_ep_rank_array, \
1081+
int32_t * expert_in_rank_num_list, \
1082+
int32_t * tokens_per_expert_stats_list, \
10831083
int64_t const num_tokens, \
10841084
int64_t const num_experts, \
10851085
int64_t const n_group, \

0 commit comments

Comments
 (0)