Skip to content

Commit

Permalink
TL/UCP: fixed alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
ikryukov committed Feb 22, 2024
1 parent 20fc107 commit fb98acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tl/ucp/tl_ucp_coll.h
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ typedef struct ucc_tl_ucp_task {
} allgather_ring;
struct {
ucc_mc_buffer_header_t *scratch_header;
size_t scratch_size;
size_t scratch_size;
} allgather_bruck;
struct {
ucc_rank_t dist;
Expand Down

0 comments on commit fb98acf

Please sign in to comment.