Skip to content

Commit ff6b034

Browse files
authored
Merge pull request #9489 from wfaderhold21/topic/scoll_ucc_reduce_dtype
scoll/ucc: add dst.info count/datatype for reduce
2 parents 09bd1fc + 845c4d8 commit ff6b034

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)