Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Releases: JuliaGPU/CUDAnative.jl

v0.8.8

27 Aug 14:53
792a64b
Compare
Choose a tag to compare
  • Fix argument promotion for printf
  • Fix error behavior on passing CPU arrays to the GPU

v0.8.7

15 Aug 17:09
db1c4ca
Compare
Choose a tag to compare
  • add device switching callback

v0.8.6

08 Aug 09:21
de223cf
Compare
Choose a tag to compare

Fixes for Julia 0.7 and 1.0.

v0.8.5

19 Jul 15:21
Compare
Choose a tag to compare
  • Improve compatibility with Julia 0.7-beta2
  • Add more TBAA information

v0.8.4

02 Jul 07:56
Compare
Choose a tag to compare

Performance improvements for shared memory and loop nests
Detection of common pitfalls (base intrinsics, recursion)
Bugfixes

v0.8.3

06 Jun 15:17
Compare
Choose a tag to compare

Switch CI over to GitLab.

v0.8.2

05 Jun 15:08
Compare
Choose a tag to compare
  • @device_code macro for dumping all forms of generated code to disk
  • much better error messages
  • fixes for Julia 0.7

v0.8.1

08 May 08:55
6c1d8c9
Compare
Choose a tag to compare

0.7 fixes and compiler improvements

v0.8.0

10 Apr 18:20
Compare
Choose a tag to compare

Feature release:

  • support for closures and callable objects (#176)
  • ignore the return value of kernel functions (#178)
  • multi-GPU support with lazy initialization of the CUDA API (#175)

v0.6.3

07 Apr 08:40
5fb2e7d
Compare
Choose a tag to compare

Fixes for latest CUDAapi.
Use MicroLogging