Skip to content

Commit 6490a74

Browse files
authored
Merge pull request #9557 from wfaderhold21/topic/v5.0.x_scoll_ucc_reduce_dtype
v5.0.x: scoll/ucc: add dst.info count/datatype for reduce
2 parents edccf46 + 2b1eba6 commit 6490a74

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)