Skip to content

Releases: JuliaGPU/GPUArrays.jl

v10.0.1

19 Dec 12:48
Compare
Choose a tag to compare

GPUArrays v10.0.1

Diff since v10.0.0

Merged pull requests:

  • Remove the N argument from GPUArrays.derive. (#508) (@maleadt)

v10.0.0

19 Dec 10:06
b2c6998
Compare
Choose a tag to compare

GPUArrays v10.0.0

Diff since v9.1.0

Merged pull requests:

  • Add specializations for istriu/istril to speed up isdiag. (#502) (@maleadt)
  • Add a GPU version of copytrito! (#504) (@amontoison)
  • Defer BroadcastStyle construction to back-ends. (#506) (@maleadt)

v9.1.0

31 Oct 16:20
Compare
Choose a tag to compare

GPUArrays v9.1.0

Diff since v9.0.0

Merged pull requests:

  • Update manifest (#492) (@github-actions[bot])
  • Update manifest (#493) (@github-actions[bot])
  • Update manifest (#494) (@github-actions[bot])
  • Bump actions/checkout from 3 to 4 (#495) (@dependabot[bot])
  • Update manifest (#496) (@github-actions[bot])
  • CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) (#497) (@github-actions[bot])
  • Rework host indexing. (#499) (@maleadt)
  • Fixes for Julia 1.11. (#500) (@maleadt)

v9.0.0

01 Sep 13:43
c6eef37
Compare
Choose a tag to compare

GPUArrays v9.0.0

Diff since v8.8.1

Closed issues:

  • Type promotion error: Float32 * (1 - Bool) yields Float64 (#484)

Merged pull requests:

  • Test mixed-type ctors. (#465) (@maleadt)
  • Port storage handling + wrapper materialization from CUDA.jl. (#468) (@maleadt)
  • Update manifest (#481) (@github-actions[bot])
  • Update manifest (#483) (@github-actions[bot])
  • Update manifest (#485) (@github-actions[bot])
  • enable dependabot for GitHub actions (#486) (@ranocha)
  • Bump actions/checkout from 2 to 3 (#487) (@dependabot[bot])
  • Bump codecov/codecov-action from 1 to 3 (#488) (@dependabot[bot])
  • Bump actions/cache from 1 to 3 (#489) (@dependabot[bot])
  • Bump peter-evans/create-pull-request from 3 to 5 (#490) (@dependabot[bot])
  • Allow broadcast errors to surface later. (#491) (@maleadt)

v8.8.1

23 Jun 12:59
8e01c0e
Compare
Choose a tag to compare

GPUArrays v8.8.1

Diff since v8.8.0

Merged pull requests:

v8.8.0

22 Jun 14:39
7fce3fa
Compare
Choose a tag to compare

GPUArrays v8.8.0

Diff since v8.7.1

Closed issues:

  • Allow scalar iteration in REPL tasks? (#446)
  • No dedicated tests for GPUArraysCore (#479)

Merged pull requests:

  • Allow scalar iteration in the REPL on 1.9+. (#450) (@maleadt)
  • Update manifest (#477) (@github-actions[bot])

v8.7.1

02 Jun 14:09
c015cca
Compare
Choose a tag to compare

GPUArrays v8.7.1

Diff since v8.7.0

Merged pull requests:

v8.7.0

01 Jun 12:52
3994982
Compare
Choose a tag to compare

GPUArrays v8.7.0

Diff since v8.6.6

Closed issues:

  • Docs out of date? (#467)

Merged pull requests:

v8.6.6

31 Mar 07:14
cd237a4
Compare
Choose a tag to compare

GPUArrays v8.6.6

Diff since v8.6.5

Merged pull requests:

v8.6.5

20 Mar 09:36
cfc03be
Compare
Choose a tag to compare

GPUArrays v8.6.5

Diff since v8.6.4

Merged pull requests:

  • Revert "Avoid cartesian iteration where possible." (#463) (@maleadt)