-
Notifications
You must be signed in to change notification settings - Fork 192
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
[Bug]: rocBLAS error: Cannot read ...\AMD\ROCm\6.1\bin\/rocblas/library/TensileLibrary.dat: No such file or directory for GPU arch : gfx1036 #551
Comments
I tried adding this in webui.bat but it still showed the same error: |
Don't set |
I used those and got another set of errors:
I also saw here that gfx1036 is not supported. |
I edited the code in cuda/init.py to print the device values to this:
This is what I got. Not sure if it helps:
_get_device_index() returned 1 at the end there which triggers the AssertionError. |
|
HIP SDK found your APU (gfx1036) before your dedicated GPU. You can fix that by adding: Or by opening up the Device Manager and under Display Adapters disable the Radeon TM Graphics. Also its not recommended to use Python from MS Store.
It seems you have and old Python Version installed via the MS Store. |
Checklist
What happened?
I followed this guide. When I run webui-user.bat, this error is the end result. I searched for this error and I found this. However, I don't understand what it means to "setting the environment variable export HSA_OVERRIDE_GFX_VERSION=10.3.0". I don't think that's the same with setting the PATH variable. I have updated to the current drivers. My GPU is RX7800.
Steps to reproduce the problem
What should have happened?
I expected it to proceed with no errors?
What browsers do you use to access the UI ?
Mozilla Firefox
Sysinfo
I don't know what to do here. The WebUI is not opened. I tried --dump-sysinfo but there are Python errors:
Console logs
Additional information
I updated the GPU driver prior to following the steps.
The text was updated successfully, but these errors were encountered: