Skip to content

Commit

Permalink
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
@@ -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;

0 comments on commit 4f85705

Please sign in to comment.