Skip to content

Releases: JuliaGPU/GPUArrays.jl

v0.4.2

04 Oct 12:22
1b42b98
Compare
Choose a tag to compare

Support kwargs for the testsuite compare function.

v0.4.1

24 Sep 19:23
0ea250a
Compare
Choose a tag to compare
  • add ishermetian

v0.4.0

19 Sep 01:19
a305f78
Compare
Choose a tag to compare

This release breaks backwards compatibility

  • backends are required to implement the new backend trait that is used for dispatch
  • broadcast improvements w.r.t to lazy array wrappers like Transpose

Version 0.3.4

19 Aug 12:51
3f45485
Compare
Choose a tag to compare
Merge pull request #144 from JuliaGPU/an/mul

Actually fix the matmul coverage

Version 0.3.3

18 Aug 07:20
355b1d4
Compare
Choose a tag to compare
Merge pull request #143 from JuliaGPU/an/mul

Clean up and extend coverage for matmul tests

v0.3.2

16 Aug 17:12
7e7d2c0
Compare
Choose a tag to compare
  • Cleanup of broadcast
  • Fixes printing of GPUArrays
  • Refactoring of tests
  • Reinterpreting a JLArray will reuse the the underlying memory

v0.3.1

15 Aug 11:34
Compare
Choose a tag to compare
continue using require

v0.3.0: Merge pull request #136 from JuliaGPU/tb/one

15 Aug 11:20
2b00163
Compare
Choose a tag to compare

0.2.4

02 May 17:24
1bb4cab
Compare
Choose a tag to compare
Merge pull request #111 from JuliaGPU/sd/fixes

indexing + == + rand for integer

better rand constructor

05 Apr 17:47
786c5bc
Compare
Choose a tag to compare
Merge pull request #109 from JuliaGPU/sd/randconstructor

improve rand constructor