Skip to content

v8.2.0

Choose a tag to compare

@github-actions github-actions released this 25 Jan 08:05
· 271 commits to master since this release
6038634

GPUArrays v8.2.0

Diff since v8.1.3

Closed issues:

  • Cartesian indexing issue for high dimensional arrays (#340)
  • Too much specialization with permutedims: Use dynamic shared memory (#375)
  • permutedims with data type UInt32 (#386)

Merged pull requests:

  • new permutedims without unrolling permutation orders (#383) (@GiggleLiu)
  • Overload cholesky method in order to prevent scalar indexing for Diagonal (#384) (@simsurace)
  • speed up permutedims with UInt32 (#387) (@GiggleLiu)
  • Call parent when unwrapping arrays. (#388) (@maleadt)