ipc/context_ipc_device.cpp: set barrier_sync

set the barrier_sync variable on the context during
object creation


[ROCm/rocshmem commit: aae6295460]
This commit is contained in:
Edgar Gabriel
2024-08-28 09:41:05 -07:00
parent 9a380a65ff
commit 6f93dd9585
@@ -43,6 +43,7 @@ __host__ IPCContext::IPCContext(Backend *b)
auto *bp{backend->ipc_backend_proxy.get()};
barrier_sync = backend->barrier_sync;
g_ret = bp->g_ret;
atomic_base_ptr = bp->atomic_ret->atomic_base_ptr;
}