Skip to content
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

migraphx-driver not work #120

Open
ryou128hr opened this issue Dec 24, 2024 · 6 comments
Open

migraphx-driver not work #120

ryou128hr opened this issue Dec 24, 2024 · 6 comments

Comments

@ryou128hr
Copy link

ryou128hr commented Dec 24, 2024

PS C:\Users\ryou\AppData\Roaming\VapourSynth\plugins64\vsmlrt-hip> .\migraphx-driver compile --onnx 4KCompact1.onnx  --gpu    --input-dim @input 1 3 1080 1920 --output 4KCompact1.mxr
Running [ MIGraphX Version: 2.11.0.9cf49f92c ]: C:\Users\ryou\AppData\Roaming\VapourSynth\plugins64\vsmlrt-hip\migraphx-driver.exe compile --onnx 4KCompact1.onnx --gpu --binary --input-dim 1 3 1080 1920 --output 4KCompact1.mxr
Compiling ...
Reading: 4KCompact1.onnx
PS C:\Users\ryou\AppData\Roaming\VapourSynth\plugins64\vsmlrt-hip>

I can't convert onnx with migraphx-driver. Nothing is output. Why?

Specs
Ryzen 7 5700x
RX 6800 16GB
Win11
RAM 64GB

@WolframRhodium
Copy link
Contributor

Could you please check whether other onnx models work? migraphx-driver usually crashes on Ubuntu with the same behavior, and we need to understand the cause.

I don't have a Windows machine with an available amd gpu so I can't really debug on Windows.

@WolframRhodium
Copy link
Contributor

Also, does the previous vs-mlrt release work? It seems that you grab the executable from Github actions directly, right?

@ryou128hr
Copy link
Author

DirectML works, but the previous version of migraphx-driver doesn't work either.

@WolframRhodium
Copy link
Contributor

Thanks, it might be some library dependency issue that I will try to address later.

@ryou128hr
Copy link
Author

Is there a way to get ROcm into linux wsl2 with RX6800?

@WolframRhodium
Copy link
Contributor

You might need to compile ROCm yourself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants