Skip to content

Releases: JuliaGPU/GPUToolbox.jl

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 20 Jun 15:30
f971bcd

GPUToolbox v3.0.0

Diff since v2.0.0

Breaking changes: maxlen has been removed, dict mode is explicit using key=, array mode is explicit using index=

Merged pull requests:

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 19 Jun 17:40
c175414

GPUToolbox v2.0.0

Diff since v1.1.1

Breaking changes: the validator option has been removed from LazyInitialized. Instead, values are not cached across sessions anymore, removing the need for many of these uses.

Merged pull requests:

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 24 Mar 21:18

GPUToolbox v1.1.1

Diff since v1.0.0

Merged pull requests:

  • Make it possible to control the visibility of created enums. (#16) (@maleadt)

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 24 Mar 21:18
05626cb

GPUToolbox v1.1.0

Diff since v1.0.0

Add the ability to control the visibility of generated enums.

Merged pull requests:

  • Make it possible to control the visibility of created enums. (#16) (@maleadt)

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 07 Oct 07:18
6f5a574

GPUToolbox v1.0.0

Diff since v0.3.0

No breaking changes. Marks 1.0 for simplicity.

Closed issues:

  • Release 1.0? (#15)

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 26 Jul 16:52

GPUToolbox v0.3.0

Diff since v0.2.0

No breaking changes. Ports more stuff from CUDA.jl.

Merged pull requests:

Closed issues:

  • CUDA memoization/LazyInitialized code (#1)
  • Fix TagBot (#7)

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 11 Mar 14:57
4cdaedb

GPUToolbox v0.2.0

This is not a breaking release, it simply adds support for integer literals and some documentation.

Merged pull requests:

Closed issues:

  • TagBot trigger issue (#2)
  • Use @ccall gc_safe=true when available. (#5)