Releases: JuliaGPU/GPUArrays.jl
Releases · JuliaGPU/GPUArrays.jl
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)
v10.2.2
GPUArrays v10.2.2
v10.2.1
v10.2.0
GPUArrays v10.2.0
Merged pull requests:
- Adapt to new LinearAlgebra.generic_*mul! interface (#519) (@dkarrasch)
- Add generic_trimatmul and generic_mattrimul (#531) (@tgymnich)
- Define
append!
(#533) (@mtfishman) - Remove unused type variables (#537) (@tgymnich)
Closed issues:
v10.1.1
GPUArrays v10.1.1
Merged pull requests:
- CompatHelper: bump compat for LLVM to 7, (keep existing compat) (#532) (@github-actions[bot])