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
+3
View File
@@ -106,6 +106,9 @@ rocSHMEM has the following enviroment variables:
ROCSHMEM_HEAP_SIZE (default : 1 GB)
Defines the size of the rocSHMEM symmetric heap
Note the heap is on the GPU memory.
ROCSHMEM_RO_DISABLE_IPC (default : 0)
Disables IPC support for the reverse offload backend.
```
## Examples