-
Notifications
You must be signed in to change notification settings - Fork 47
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
Broken tests on RX 6950 XT #670
Comments
ROCm does not support integrated APU I think, but since it is visible it tries to run multi-gpu tests. |
Sorry for the long delay! So excluding the multi-GPU tests I get one failed, one with error and 153 broken. The one with error is with MIopen:
Whereas the failed one is in rocBLAS, with T=ComplexF32. |
These MIOpen errors are most likely during algorithm search and are not fatal. For other errors, if you can post full test summary (including stacktraces) that is printed at the end that would be helpful as almost all rocBLAS functions are tested with |
Actually this was a bug in fwd conv workspace calculation. |
Hi,
I have been having some issues with some downstream packages using AMDGPU.jl, so I was trying to backtrack. I am running on Manjaro with an RX 6950 XT and the ROCm version coming from Arch repositories, version 6.1. I am on Julia 1.10.4 from
juliaup
and when I `Pkg.test("AMDGPU"), I get the following output:Is this expected behaviour? I do have an integrated APU (which I don't use at the moment), so it might be why some of the MultiGPU tests are failing.
The text was updated successfully, but these errors were encountered: