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.
2 parents a1ff19b + a0f61ac commit 9c12f2aCopy full SHA for 9c12f2a
oshmem/mca/scoll/ucc/scoll_ucc_dtypes.h
@@ -22,10 +22,10 @@ static ucc_datatype_t shmem_datatype_to_ucc_dt[OSHMEM_OP_TYPE_NUMBER + 1] = {
22
UCC_DT_INT16, /* OSHMEM_OP_TYPE_SHORT 0 */
23
UCC_DT_INT32, /* OSHMEM_OP_TYPE_INT 1 */
24
UCC_DT_INT64, /* OSHMEM_OP_TYPE_LONG 2 */
25
- UCC_DT_INT128, /* OSHMEM_OP_TYPE_LLONG 3 */
+ UCC_DT_INT64, /* OSHMEM_OP_TYPE_LLONG 3 */
26
UCC_DT_INT16, /* OSHMEM_OP_TYPE_INT16_T 4 */
27
UCC_DT_INT32, /* OSHMEM_OP_TYPE_INT32_T 5 */
28
- UCC_DT_INT64, /* OSHMEM_OP_TYPE_INT64_t 6 */
+ UCC_DT_INT64, /* OSHMEM_OP_TYPE_INT64_T 6 */
29
UCC_DT_FLOAT32, /* OSHMEM_OP_TYPE_FLOAT 7 */
30
UCC_DT_FLOAT64, /* OSHMEM_OP_TYPE_DOUBLE 8 */
31
SCOLL_UCC_DT_UNSUPPORTED, /* OSHMEM_OP_TYPE_LDOUBLE 9 */
0 commit comments