We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a30056c commit 845c4d8Copy full SHA for 845c4d8
oshmem/mca/scoll/ucc/scoll_ucc_reduce.c
@@ -43,6 +43,8 @@ static inline ucc_status_t mca_scoll_ucc_reduce_init(const void *sbuf, void *rbu
43
},
44
.dst.info = {
45
.buffer = rbuf,
46
+ .count = count,
47
+ .datatype = ucc_dt,
48
.mem_type = UCC_MEMORY_TYPE_UNKNOWN
49
50
.reduce = {
0 commit comments