Implement rocshmem_ptr in IPC conduit (#197)

* Implement `rocshmem_ptr` in IPC conduit

* tests: add functional test for `rocshmem_ptr`
  - Add safety check for pointer access and condition check before printing results for `rocshmem_ptr` test
  - Use `rocshmem_put` to store `rocshmem_ptr` availability for data validation
This commit is contained in:
Avinash Kethineedi
2025-07-28 12:01:02 -05:00
committed by GitHub
parent 87f99e7ec6
commit 526105d315
7 changed files with 122 additions and 23 deletions
+4 -1
View File
@@ -165,8 +165,11 @@ class Tester {
bool *verification_error;
protected:
bool _print_results = true;
private:
bool _print_header = 1;
bool _print_header = true;
void print(uint64_t size);
void barrier();