ipc/context_ipc_device.cpp: set barrier_sync

set the barrier_sync variable on the context during
object creation


[ROCm/rocshmem commit: aae6295460]
Tá an tiomantas seo le fáil i:
Edgar Gabriel
2024-08-28 09:41:05 -07:00
tuismitheoir 9a380a65ff
tiomantas 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;
}