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 0ceed71 + 7479328 commit 3d1a7ddCopy full SHA for 3d1a7dd
oshmem/include/shmem.h.in
@@ -117,8 +117,8 @@ enum shmem_wait_ops {
117
#define _SHMEM_BCAST_SYNC_SIZE (1 + _SHMEM_BARRIER_SYNC_SIZE)
118
#define _SHMEM_COLLECT_SYNC_SIZE (1 + _SHMEM_BCAST_SYNC_SIZE)
119
#define _SHMEM_REDUCE_SYNC_SIZE (1 + _SHMEM_BCAST_SYNC_SIZE)
120
-#define _SHMEM_ALLTOALL_SYNC_SIZE (1)
121
-#define _SHMEM_ALLTOALLS_SYNC_SIZE (1)
+#define _SHMEM_ALLTOALL_SYNC_SIZE (_SHMEM_BARRIER_SYNC_SIZE)
+#define _SHMEM_ALLTOALLS_SYNC_SIZE (_SHMEM_BARRIER_SYNC_SIZE)
122
#define _SHMEM_REDUCE_MIN_WRKDATA_SIZE (1)
123
#define _SHMEM_SYNC_VALUE (-1)
124
0 commit comments