Skip to content

Commit

Permalink
CORE: Update src/utils/ucc_coll_utils.c
Browse files Browse the repository at this point in the history
Co-authored-by: Sergey Lebedev <[email protected]>
  • Loading branch information
nsarka and Sergei-Lebedev authored Aug 22, 2024
1 parent 9e7aaa7 commit 9cd2f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/ucc_coll_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ ucc_coll_args_init_asymmetric_buffer(ucc_coll_args_t *args,
"memory for asymmetric buffer");
return status;
}
args->src.info.buffer = save_info->scratch->addr;
args->src.info.buffer = save_info->scratch->addr;
args->src.info.mem_type = mem_type;
return UCC_OK;
}
Expand Down

0 comments on commit 9cd2f44

Please sign in to comment.