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:
Yiltan
2025-03-17 11:36:11 -04:00
committed by GitHub
parent df4ad2c04d
commit b7f3839f27
7 changed files with 47 additions and 1 deletions
@@ -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,