Update IPC object
* Update the state of the IPC object in the RO context class with the instance created in the RO backend
[ROCm/rocshmem commit: 862421e0ca]
This commit is contained in:
@@ -50,6 +50,9 @@ __host__ ROContext::ROContext(Backend *b, size_t block_id)
|
||||
block_handle = &block_base[block_id];
|
||||
}
|
||||
ro_net_win_id = block_id % backend->ro_window_proxy_->MAX_NUM_WINDOWS;
|
||||
|
||||
ipcImpl_.ipc_bases = b->ipcImpl.ipc_bases;
|
||||
ipcImpl_.shm_size = b->ipcImpl.shm_size;
|
||||
}
|
||||
|
||||
__device__ void ROContext::putmem(void *dest, const void *source, size_t nelems,
|
||||
|
||||
Reference in New Issue
Block a user