-
Notifications
You must be signed in to change notification settings - Fork 20
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
AMD gpu update #168
Comments
Hi, I believe you have to include the GraXpert/graxpert/ai_model_handling.py Line 169 in 593cddd
CS, David |
Thanks David
|
log attached |
have you installed |
Thanks. It's not packaged for Ubuntu ATM. Should be as of 24.04, end of August. |
OK. This is with rocblas installed on Ubuntu 24.04. It now finds only the CPUExecutionProvider:
|
Ubuntu 22.04
Hi everyone
I thought I'd update on this having tried to get ROCm gpu acceleration recognised via onnx.
We created the environment for building GraX as here:
https://github.com/Steffenhir/GraXpert
Then activated AMD's ROCm as here:
https://rocm.docs.amd.com/projects/radeon/en/latest/docs/install/install-onnx.html
That works fine and AMD's ROCm is indeed available via onnxruntime:
We then build...
However, GraX still sees only the CPU:
Reading to the end of the AMD document, I see that it works with:
Radeon: RX 7900 XTX, RX 7900 XT, RX 7900, GRE PRO W7900 and PRO W7800
I have a gfx90, so not sure if the gpu will be visible to GraX. It is to other programs, such as StarTools but that's via opencl.
Still thinking... Any ideas anyone?
Cheers and TIA
The text was updated successfully, but these errors were encountered: