You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't have access to any Cray systems, but I can at least comment on the environment variables. HIP_PATH should not be set to ROCM_PATH. ROCM_PATH should point to the main ROCm directory (e.g., /opt/rocm-x.x.x) and HIP_PATH should point to the hip directory within the ROCm directory (e.g., /opt/rocm-x.x.x/hip).
Things might be different when using the amd module on the specific Cray system you're running on. Which system is this out of curiosity?
Hello, I have recently been exploring the tutorial to dive into HIP, and ran into the following issue when trying to compile the dgemm example.
I have the following modules loaded -
After some debugging, HIP_PATH is picking up the wrong path, in my case
/opt/rocm-5.3.0/hip
After setting HIP_PATH to ROCM_PATH, I now run into an error in the linking stage -
What could I be still missing? Was it wrong to set the HIP_PATH to ROCM_PATH?
The text was updated successfully, but these errors were encountered: