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 bc31f5f commit 195c3cbCopy full SHA for 195c3cb
opal/mca/common/ucx/common_ucx_wpool.h
@@ -68,7 +68,7 @@ extern opal_atomic_int64_t opal_common_ucx_unpacked_rkey_counts;
68
opal_atomic_add_fetch_64(&(_var), (_val)); \
69
} while(0);
70
#else
71
-#define OPAL_COMMON_UCX_DEBUG_ATOMIC_ADD(&(_var), (_val));
+#define OPAL_COMMON_UCX_DEBUG_ATOMIC_ADD(_var, _val);
72
#endif
73
74
/* Worker Pool Context (wpctx) is an object that is comprised of a set of UCP
0 commit comments