We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3679d76 commit 0b9f82bCopy full SHA for 0b9f82b
custom_ops/gpu_ops/noauxtc_kernel.h
@@ -1077,9 +1077,9 @@ INSTANTIATE_NOAUX_TC(float, int32_t);
1077
T * topk_values, \
1078
IdxT * topk_indices, \
1079
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, \
+ int32_t * expert_id_to_ep_rank_array, \
+ int32_t * expert_in_rank_num_list, \
+ int32_t * tokens_per_expert_stats_list, \
1083
int64_t const num_tokens, \
1084
int64_t const num_experts, \
1085
int64_t const n_group, \
0 commit comments