Ludovic Räss

Results 170 comments of Ludovic Räss

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 ?

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)...

Running only the rocSparse tests on `master` I am getting some warnings but no errors. There is still the failing BLAS test. [rocSaprse_out.txt](https://github.com/JuliaGPU/AMDGPU.jl/files/14917109/rocSaprse_out.txt)

> @luraess Can you just run `include("test/rocarray/blas.jl")`? Yes, here is the output of running the test [test_out.txt](https://github.com/JuliaGPU/AMDGPU.jl/files/14970644/test_out.txt)

Thanks for the hints. Following those I am getting a segfault on Navi3 - ROCm 6.0.2 ([blas_navi3.txt](https://github.com/JuliaGPU/AMDGPU.jl/files/14972350/blas_navi3.txt)) and a bunch of errors on MI250x - ROCm 5.3.3 on LUMI ([blas_lumi.txt](https://github.com/JuliaGPU/AMDGPU.jl/files/14972351/blas_lumi.txt)).

Do we miss something to support gfx942 @pxl-th ?

Why would you add AMDGPU on macOS? Can't you run AMDGPU backend tests only on Linux targets? Sorry if I am missing something.

> **MWE** > > ```julia > using AMDGPU > > function main() > data = rand(Float64, 1024, 1024) > Threads.@threads for i in 1:1000 > sum(ROCArray(data)) > end > end...

Thanks for reaching out. Will look into it as I do not have much insights about Polyester.jl

Did you wipe out the precompiled files and related folders in between? It looks kind of really different. Maybe one would need to create a tmp project and time it...