Releases: JuliaGPU/GPUArrays.jl
Releases · JuliaGPU/GPUArrays.jl
v11.2.3
GPUArrays v11.2.3
Merged pull requests:
- Speed up fill for high dimensional arrays (#591) (@GiggleLiu)
- Fix version bounds for broken test (#593) (@christiangnrd)
- Fix CI warnings (#594) (@christiangnrd)
- Preserve 0-dim GPU arrays in
map
(#599) (@mtfishman) - improve
kron
implementation (#600) (@simeonschaub)
Closed issues:
v11.2.2
GPUArrays v11.2.2
Merged pull requests:
v11.2.1
v11.2.0
GPUArrays v11.2.0
GPUArrays.jl 11.2 adds two new features:
Merged pull requests:
- Accomodate for rectangular matrices in copytrito! (#538) (@amontoison)
- Bump JLArrays to 0.2 (#569) (@pxl-th)
- [JLArrays] Add KA compat (#570) (@pxl-th)
- Bump codecov/codecov-action from 4 to 5 (#573) (@dependabot[bot])
- Add/unify broadcast in mul! with Diagonal (#574) (@tam724)
- Add vector-vector and matrix-matrix Kronecker product (#575) (@albertomercurio)
- Add caching allocator interface (#576) (@pxl-th)
Closed issues:
v11.1.0
v11.0.0
GPUArrays v11.0.0
Merged pull requests:
- Fix an ambiguity in copyto!. (#555) (@maleadt)
- Switch to KernelAbstractions.jl (#559) (@maleadt)
- Make the test suite use multiple processes. (#560) (@maleadt)
- Add OpenCL.jl to CI. (#563) (@maleadt)
- mapreduce: don't use broadcast when only dealing with a single arg. (#564) (@maleadt)
Closed issues:
v10.3.1
v10.3.0
GPUArrays v10.3.0
Merged pull requests:
- Fix resize! for JLVector (#546) (@jipolanco)
- Add additional inbounds propagation annotations. (#548) (@maleadt)
- Re-enable getindex test for oneAPI (#551) (@tgymnich)
- Bump minimal Julia requirement to v1.10. (#552) (@maleadt)
Closed issues:
- Vectorized getindex ignores
@inbounds
(#542)
v10.2.3
GPUArrays v10.2.3
Merged pull requests:
- unbreak LowerTriangular test with MtlArray (#547) (@chengchingwen)