-
Notifications
You must be signed in to change notification settings - Fork 242
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
MIOpen(HIP): Warning [SQLiteBase] Unable to read system database - Performance may degrade #1254
Comments
Hi @atamazov, here is the requested output about my GPU (it's a Vega 64):
|
@Bengt Yes, the 1st problem can be ignored. |
Alright then. Since this issue is primarily about the first warning about not being able to read the database, I consider ignoring it a workaround. Hence, I will close this issue. |
I hope this issue still helps somebody wondering about that warning message in the future. |
@Bengt The 1st issue (warning) and the 2nd (build error) are unrelated. The workaround is required to resolve the 2nd issue. The root reason of it is ROCm problem with gfx900 identification. |
Yes, thanks for clarifying. |
Hello,
when running some PyTorch code, I am seeing a warning about MIOpen not being able to open a system database:
I checked that the database file is in place and readable as a user:
This seems somewhat similar #306, where the database file cannot be deleted.
Just after this warning, I get errors about the device identifier being messed up, but these are already covered in ROCm/ROCm#1572. Anyhow, here is the full output of my application:
The text was updated successfully, but these errors were encountered: