Fix quiet and fence of default context
* Update tinfo of default context
[ROCm/rocshmem commit: d5ea5868e3]
This commit is contained in:
@@ -45,6 +45,7 @@ class IPCDefaultContextProxy {
|
||||
: constructed_{true} {
|
||||
auto ctx{proxy_.get()};
|
||||
new (ctx) IPCContext(reinterpret_cast<Backend*>(backend));
|
||||
ctx->tinfo = tinfo;
|
||||
roc_shmem_ctx_t local{ctx, tinfo};
|
||||
set_internal_ctx(&local);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user