Skip to content

Commit 616e30b

Browse files
committed
Change type for fetch shared op
1 parent 04e7821 commit 616e30b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/atomic_nbi_c.c4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ SHMEM_DEFINE_FOR_BITWISE_AMO(`SHMEM_PROF_DEF_CTX_FETCH_XOR_NBI')
182182
TYPE tmp = 0; \
183183
shmem_internal_fetch_atomic_nbi(ctx, (void *) source, &tmp, \
184184
fetch, sizeof(TYPE), pe, \
185-
SHM_INTERNAL_SUM, ITYPE); \
185+
SHM_INTERNAL_BAND, ITYPE); \
186186
}
187187

188188

0 commit comments

Comments
 (0)