Skip to content

Commit

Permalink
Merge pull request #9489 from wfaderhold21/topic/scoll_ucc_reduce_dtype
Browse files Browse the repository at this point in the history
scoll/ucc: add dst.info count/datatype for reduce
  • Loading branch information
janjust committed Oct 19, 2021
2 parents 09bd1fc + 845c4d8 commit ff6b034
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions oshmem/mca/scoll/ucc/scoll_ucc_reduce.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ static inline ucc_status_t mca_scoll_ucc_reduce_init(const void *sbuf, void *rbu
},
.dst.info = {
.buffer = rbuf,
.count = count,
.datatype = ucc_dt,
.mem_type = UCC_MEMORY_TYPE_UNKNOWN
},
.reduce = {
Expand Down

0 comments on commit ff6b034

Please sign in to comment.