-
Notifications
You must be signed in to change notification settings - Fork 48
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
Update ROCSparse for Julia v1.10 #613
Conversation
FYI, I have disabled tests for rocSPARSE temporarily since they were crashing my Navi 3 in CI and I didn't have the time to investigate the final cause. @amontoison have you run the tests locally? We can of course re-enable rocSPARSE tests, but I'm not sure they will run successfully |
@pxl-th The tests passed on our cluster. |
@amontoison, I've sent you an invite to be able to merge PRs. |
I can try running the tests on my system @pxl-th (now with ROCm 6.0.2 on Navi 3). On which system did they pass @amontoison ? |
It was on Frontier. I need to check with @michel2323 the version of ROCm. |
ROCm 6.0 it was on an MI250. |
Running the ROCSparse tests on Navi 3 (gfx1101 - Radeon RX 7800 XT) and ROCm 6.0.2 I am getting the following test that error (alongside with an error in ROCBlas) test_log_out.txt. |
@luraess Can you check if the tests for rocSPARSE are failing or not.on the branch Can you also give more details about the errors. |
Running only the rocSparse tests on |
@luraess Can you just run |
Yes, here is the output of running the test test_out.txt |
Thanks @luraess! But you need to import additional packages to isolate the issue: using AMDGPU
using LinearAlgebra
import GPUArrays
include(joinpath(pkgdir(GPUArrays), "test", "testsuite.jl"))
testf(f, xs...; kwargs...) =
TestSuite.compare(f, AMDGPU.ROCArray, xs...; kwargs...)
include("test/rocarray/blas.jl") |
Thanks for the hints. Following those I am getting a segfault on Navi3 - ROCm 6.0.2 (blas_navi3.txt) and a bunch of errors on MI250x - ROCm 5.3.3 on LUMI (blas_lumi.txt). |
b99d350
to
68dcb2e
Compare
68dcb2e
to
9c44a25
Compare
@pxl-th @dkarrasch