Skip to content

Commit

Permalink
Merge pull request #47 from 23-Wzz/huawei
Browse files Browse the repository at this point in the history
modify GCC7.4 issue
  • Loading branch information
ChenQiangFYQ committed Jul 21, 2021
2 parents 0037610 + 256addd commit 4f85705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/plan/builtin_binomial_tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -1697,7 +1697,7 @@ static ucs_status_t ucg_builtin_binomial_tree_build(const ucg_builtin_binomial_t
return status;
}

static void ucg_calcu_node_cnt(unsigned *node_cnt, const ucg_group_params_t *group_params)
static UCS_F_NOINLINE void ucg_calcu_node_cnt(unsigned *node_cnt, const ucg_group_params_t *group_params)
{
ucg_group_member_index_t member_idx;
unsigned node_idx;
Expand Down

0 comments on commit 4f85705

Please sign in to comment.