-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Issue]: migraphx-driver fails to compile a Yolov8n model #3760
Comments
Hi @nlbutts, an internal ticket has been opened regarding this issue and it is being investigated. Thank you! |
Hi @nlbutts, thank you for your patience. I have some developments for your issue. I can see from the steps you linked here, an older ROCm version is documented. I actually reproduced your issue on my Ubuntu 24.04.1 LTS (Noble Numbat) system with a RX 7900 XT GPU and your ROCm version to ensure it was not specific to your environment and likely related to ROCm code, which it is. Could you try upgrading to the latest ROCm version, 6.3.1 (at the time of writing)? After I upgraded, I no longer hit your issue and did make it further, but I hit the following issue:
I can see there's an open PR #3729 that addresses this. I have tested this on the same setup and both issues appear to be resolved, and I was able to subsequently generate a performance report with |
I followed these instructions to fully remove amdgpu-install and all extra software.
I then installed pretty much everything:
I then try to run migraphx-driver again:
So this is the most recent version that is distrubted. Do I need to build everything from source to get it to work? I have the latest version. |
Hi @nlbutts, Thanks for showing your detailed reinstallation steps, I can see you're on the latest ROCm version and are now reproducing the same error as I did. To answer your question, you will not need to build everything from source. Your ROCm installation looks good, but in order to avoid this MIGraphX issue ( Thank you for your patience with this, and let me know if I can help with anything else. |
Problem Description
I do the following:
In a different window (without the virtualenv) I run:
MIGraphx core dumps.
This was after a fresh update following these instructions:
https://rocm.docs.amd.com/projects/radeon/en/latest/docs/install/native_linux/install-radeon.html
Ubuntu version:
Operating System
Ubuntu Jammy Jellyfish
CPU
Ryzen 5800X3D
GPU
Other
Other
RX 7800 XT
ROCm Version
ROCm 6.0.0
Steps to Reproduce
See above.
(Optional for Linux users) Output of /opt/rocm/bin/rocminfo --support
rocminfo.txt
Additional Information
No response
The text was updated successfully, but these errors were encountered: