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
[ROCm/rocshmem commit: 526105d315]
This commit is contained in:
committato da
GitHub
parent
72ed270a5c
commit
2a7416d016
@@ -560,7 +560,7 @@ bool Tester::peLaunchesKernel() {
|
||||
}
|
||||
|
||||
void Tester::print(uint64_t size) {
|
||||
if (args.myid != 0) {
|
||||
if (args.myid != 0 || !_print_results) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Fai riferimento in un nuovo problema
Block a user