| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-05-15 | 1.1 kB | |
| v11.5.4 source code.tar.gz | 2026-05-15 | 159.2 kB | |
| v11.5.4 source code.zip | 2026-05-15 | 181.9 kB | |
| Totals: 3 Items | 342.2 kB | 0 | |
GPUArrays v11.5.4
Merged pull requests:
- JLArrays: Disallow conversions to CPU pointers. (#549) (@maleadt)
- Specialize ReshapedArray to resolve
setindex!ambiguities (#680) (@shreyas-omkar) - Use grid-stride loop for
fill!(#691) (@christiangnrd) - Test (and maybe fix) Strided matmatmul (#692) (@kshyatt)
- Remove inconsistent
Base.copy!method (#696) (@nhz2) - Bump codecov/codecov-action from 5 to 6 (#701) (@dependabot[bot])
- Bump julia-actions/cache from 2 to 3 (#702) (@dependabot[bot])
- Update PhiloxRNG.jl to v1.1.1 and fix counter overflow with UInt64 (#717) (@nhz2)
- Bump julia-actions/setup-julia from 2 to 3 (#718) (@dependabot[bot])
- broadcast: split ComposedFunction on AbstractGPUArrayStyle (#719) (@ChrisRackauckas)
- Generalize norm and normalize to AnyGPUArray. (#720) (@maleadt)
Closed issues:
- GPUArrays and Base have different resizing behaviors for
copy!(#695) - Wrap around in
rand_batched_kernel!can lead to repeating patterns (#713)