What can I do to troubleshoot the issue with the rocm binary?
I am experiencing issues with the rocm binary not working. I have tried building from source and it works fine, but the binary does not. What steps can I take to troubleshoot this issue?
Stephen
Asked on Jan 30, 2024
To troubleshoot the issue with the rocm binary, you can try the following steps:
-
Run
ldd
command on the binary to check for any missing or incompatible dependencies. -
Verify the rocm version and check if there is a tool similar to
nvidia-smi
for rocm. This can provide additional insights. -
Compare the linked libraries shown by
ldd
with the build environment to see if there are any differences. -
Check if there are any known issues or limitations with the manylinux build of the rocm binary.
-
Consider reaching out to the community or the developers for further assistance and troubleshooting.
By following these steps, you should be able to gather more information and narrow down the cause of the issue.