Sync Reverse Offload Scripts (#52)

* Sync Reverse Offload scripts
- Disable IPC unit tests when IPC is not available in the rocSHMEM configuration

* Added missing ptr in ipc_policy

[ROCm/rocshmem commit: 3428957de9]
This commit is contained in:
Yiltan
2025-03-19 14:31:07 -04:00
committed by GitHub
parent c4b81768df
commit 6d6dccfebe
5 changed files with 23 additions and 9 deletions
@@ -20,9 +20,12 @@ cmake \
-DUSE_GPU_IB=OFF \
-DUSE_DC=OFF \
-DUSE_IPC=OFF \
-DUSE_THREADS=ON \
-DUSE_COHERENT_HEAP=ON \
-DUSE_THREADS=OFF \
-DUSE_WF_COAL=OFF \
-DUSE_COHERENT_HEAP=OFF \
-DUSE_HOST_SIDE_HDP_FLUSH=OFF\
-DUSE_MANAGED_HEAP=OFF \
-DUSE_RO=ON \
$src_path
cmake --build . --parallel 8
cmake --install .