-
Notifications
You must be signed in to change notification settings - Fork 3
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
Tests in Qibo repository fail with AMD ROCm #34
Comments
More details:
|
I confirm qibojit tests are passing, but only if I set manually the That being said, I believe we can accept this trade-off with the catching exception mechanism you have proposed. |
Ok, given that we are planning to move the backend "drivers" from the qibo repository to each backend repo, it may be convenient to wait for that before fixing this issue. |
The issue is now fixed, I'll close this issue. |
When using an AMD GPU, the tests in the Qibo repository fail.
On my setup, I get 92 failed tests, in particular:
rocblas_status_not_implemented
errors, related to some linear algebra methods e.g.eigh
.The tests in this repository are fine, though.
The text was updated successfully, but these errors were encountered: