| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-03 | 1.1 kB | |
| v2.7.1 source code.tar.gz | 2026-08-03 | 776.3 kB | |
| v2.7.1 source code.zip | 2026-08-03 | 861.2 kB | |
| Totals: 3 Items | 1.6 MB | 0 | |
AMDGPU v2.7.1
Merged pull requests:
- Switch to CompilerCaching.jl. (#961) (@maleadt)
- Group all Julia Github Actions PRs into a single one (#985) (@luraess)
- Allow Enzyme test to fail (#993) (@luraess)
- Increase
evalsfrom 1 to 4 in the benchmark suite (#999) (@luraess) - Support ROCm 7.14+ versioned core-* library layout (#1000) (@luraess)
- Make
versioninfo()robust to version-probe crashes (#1001) (@luraess) - don't pick up device libs in current dir during precompilation (#1003) (@simeonschaub)
- don't return reshaped array from
mapreducedim!(#1004) (@simeonschaub) - use AMDGPU_LLVM_Backend_jll instead of in-tree backend (#1005) (@simeonschaub)
- Reduce per-kernel allocations from 12 down to 1 (#1009) (@pxl-th)
- support DocumenterVitepress 0.3 (#1010) (@luraess)
Closed issues:
- Trying install AMDGPU on ubuntu 26.04 with no success. (#920)
- Discovery will fail on ROCm 7.14 — libraries move to
/opt/rocm/core-<ver>/lib(#986)