Updated IPC detection logic (#51)
* Added environment variable to enable/disable IPC at runtime * Fixed IPC detection logic allow for difference process mappings * Updated README.md
This commit is contained in:
@@ -54,6 +54,7 @@ __host__ ROContext::ROContext(Backend *b, size_t block_id)
|
||||
|
||||
ipcImpl_.ipc_bases = b->ipcImpl.ipc_bases;
|
||||
ipcImpl_.shm_size = b->ipcImpl.shm_size;
|
||||
ipcImpl_.pes_with_ipc_avail = b->ipcImpl.pes_with_ipc_avail;
|
||||
}
|
||||
|
||||
__device__ void ROContext::putmem(void *dest, const void *source, size_t nelems,
|
||||
|
||||
Reference in New Issue
Block a user