Skip to content

Releases: JuliaAttic/CUDArt.jl

v0.4.1

08 Sep 15:06
Compare
Choose a tag to compare

Hotfix: correct handling of missing libNVML

include compilation of cuda c strings

31 Aug 10:51
Compare
Choose a tag to compare
Merge pull request #103 from JuliaGPU/tb/compile

Make the compilation example first-class functionality.

v0.3.2

09 Aug 14:13
Compare
Choose a tag to compare
  • feature: support for CUDA 9
  • bugfix: detection of compatible host compiler
  • adapt to CUDAdrv changes

Streams and name conflicts

31 May 10:15
Compare
Choose a tag to compare
  • Fixes Stream construction
  • Imports names from CUDAdrv and extends them for integer-numbered devices

v0.3.0

25 May 12:40
Compare
Choose a tag to compare

Very large update:

  • proper 0.5 and 0.6 support
  • better integration with CUDAdrv
  • improved build system (including better Windows support)
  • add CUDA C compilation example