Skip to content

Commit 2b1eba6

Browse files
author
ferrol aderholdt
committed
scoll/ucc: add dst.info count/datatype for reduce
(cherry picked from commit 845c4d8) Signed-off-by: ferrol aderholdt <faderholdt@nvidia.com>
1 parent a519b57 commit 2b1eba6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

oshmem/mca/scoll/ucc/scoll_ucc_reduce.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ static inline ucc_status_t mca_scoll_ucc_reduce_init(const void *sbuf, void *rbu
4343
},
4444
.dst.info = {
4545
.buffer = rbuf,
46+
.count = count,
47+
.datatype = ucc_dt,
4648
.mem_type = UCC_MEMORY_TYPE_UNKNOWN
4749
},
4850
.reduce = {

0 commit comments

Comments
 (0)