AMDGPU.jl icon indicating copy to clipboard operation
AMDGPU.jl copied to clipboard

AMD GPU (ROCm) programming in Julia

Results 139 AMDGPU.jl issues
Sort by recently updated
recently updated
newest added

Simple reproducer, not sure if this specific use case is supported or not. CPU and GPU versions for comparison. MI300X GPU, Ubuntu 22.04. ROCm 6.1 pre-release. ``` julia> versioninfo() Julia...

I am filing this issue because this library: - does not work in Arch Linux with the arch-provided ROCM - but it works fine in the official Ubuntu docker container...

@pxl-th I also improved the files `generator.jl` for each library.

Mostly asking for guidance and to know if this is a known issue. Our macOS CI on GitHub Actions runners shows a spurious behavior getting stuck on AMDGPU.jl fairly frequently...

Should be much better than current implementation: https://github.com/ROCm/clr/commit/b72d8da1bdd6547c86baa119f1bacab4d418a5ea

Ref: https://github.com/ROCm/clr/commit/a09204388a9b73b0f3b66f2939a1827e21d33dd8

Update: The error with CI seems unrelated to this PR.