You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: oshmem/include/pshmem.h
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2450,7 +2450,7 @@ OSHMEM_DECLSPEC void pshmem_ctx_ulong_atomic_compare_swap_nbi(shmem_ctx_t ctx, u
2450
2450
OSHMEM_DECLSPECvoidpshmem_ctx_ulonglong_atomic_compare_swap_nbi(shmem_ctx_tctx, unsigned long long*fetch, unsigned long long*target, unsigned long longcond, unsigned long longvalue, intpe);
@@ -2463,7 +2463,7 @@ OSHMEM_DECLSPEC void pshmem_ulong_atomic_compare_swap_nbi(unsigned long *fetch,
2463
2463
OSHMEM_DECLSPECvoidpshmem_ulonglong_atomic_compare_swap_nbi(unsigned long long*fetch, unsigned long long*target, unsigned long longcond, unsigned long longvalue, intpe);
Copy file name to clipboardExpand all lines: oshmem/include/shmem.h.in
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2590,7 +2590,7 @@ OSHMEM_DECLSPEC void shmem_ulong_atomic_compare_swap_nbi(unsigned long *fetch, u
2590
2590
OSHMEM_DECLSPECvoidshmem_ulonglong_atomic_compare_swap_nbi(unsigned long long*fetch, unsigned long long*target, unsigned long longcond, unsigned long longvalue, intpe);
0 commit comments