Closed telliere closed 3 weeks ago
@telliere , One of change that is required is.. if(shareable_handle != nullptr){ should be if(shareable_handle == nullptr){ I am checking more into this and will update you. Thanks for raising issue.
Hello @telliere , We need to use Unix Socket of sharing handle between processes.
Hi @telliere, do you still need assistance with this ticket? If not, please close the ticket. Thanks
@telliere Closing ticket due to lack of activity. Please feel free to re-open ticket if you still need assistance. Thanks!
Problem Description
By going through HIP unit tests, I found a code using shareable memory, I'm trying to reproduce it on my server, without success.
Here is the code :
I'm compiling it using the following command :
(No output)
But then, when running the program :
Shareable handles seems not to be supported but everything seems to be okay (ROCm, HIP versions, device used ...). I'm clueless.
Operating System
Ubuntu 22.04.4 LTS (Jammy Jellyfish)
CPU
AMD EPYC 7543
GPU
AMD Instinct MI210
ROCm Version
ROCm 6.1.0
ROCm Component
HIP
Steps to Reproduce
No response
(Optional for Linux users) Output of /opt/rocm/bin/rocminfo --support
No response
Additional Information
No response