Fix quiet and fence of default context

* Update tinfo of default context


[ROCm/rocshmem commit: d5ea5868e3]
This commit is contained in:
avinashkethineedi
2024-10-22 16:15:26 +00:00
parent 08ab0b4a41
commit 82d296db73
2 changed files with 2 additions and 1 deletions
@@ -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);
}