Releases: JuliaGPU/GPUArrays.jl
Releases · JuliaGPU/GPUArrays.jl
v11.5.4
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:
v11.5.3
GPUArrays v11.5.3
Merged pull requests:
v11.5.2
v11.5.1
v11.5.0
GPUArrays v11.5.0
Merged pull requests:
- Fix typo in runtests.jl (#688) (@christiangnrd)
- Move bcast check earlier (#689) (@kshyatt)
- feat: add GPU-native kron support for Diagonal matrices (#690) (@shreyas-omkar)
- Simplify some type mappings for sparse arrays (#700) (@kshyatt)
- Store JLArray offset in bytes instead of elements (#703) (@maleadt)
- Detect contiguous views with mixed unit-range indices (#704) (@maleadt)
- Improve CI (#705) (@maleadt)
- Avoid scalar indexing in LinearAlgebra.normalize (#706) (@maleadt)
- Replace Tausworthe+LCG RNG with stateless Philox4x32-10 (#707) (@maleadt)
v11.4.1
GPUArrays v11.4.1
Merged pull requests:
- [JLArrays] Update Julia version requirement to 1.10 (#682) (@christiangnrd)
- [CI] Use
init_worker_codeto reduce testset initialization overhead (#685) (@christiangnrd) - Fix for sparse-to-sparse matrix broadcast (#686) (@kshyatt)
- Update Project.toml (#687) (@kshyatt)
v11.4.0
GPUArrays v11.4.0
- support for
issorted - fixes for 1.13
Merged pull requests:
- feat: Implement issorted for AbstractGPUArray without scalar indexing. (#678) (@shreyas-omkar)
- Add
diagargument tocopytri!(#679) (@eschnett)
Closed issues:
Base.issortedcauses scalar indexing (#635)
v11.3.4
GPUArrays v11.3.4
Merged pull requests:
v11.3.3
v11.3.2
GPUArrays v11.3.2
Merged pull requests:
- Make stats tests numerically more stable for oneAPI (#662) (@michel2323)
- Move
kronanddiagonaltests out of core linalg tests (#663) (@christiangnrd) - Bump actions/checkout from 5 to 6 (#664) (@dependabot[bot])
- More axpby methods for Diagonals (#665) (@kshyatt)
- Contiguous views also for
Base.Slice(#666) (@tam724) - Add findlast based on findfirst (#667) (@kshyatt)
- Add GPU-compatible iszero for sparse arrays (#669) (@ChrisRackauckas-Claude)
- Bump version (#670) (@christiangnrd)