Skip to content

Releases: JuliaGPU/GPUCompiler.jl

v1.1.0

10 Jan 13:19
a9b5a82
Compare
Choose a tag to compare

GPUCompiler v1.1.0

Diff since v1.0.1

  • Validator: it is now permitted to pass fieldless objects to kernels, even if they are mutable (#650). This should make it possible to e.g. pass symbols.
  • Metal: fix emission of global constants (#648)
  • Compatibility with Julia 1.12 (#651, #656)

Merged pull requests:

v1.0.1

22 Oct 18:22
09b4708
Compare
Choose a tag to compare

GPUCompiler v1.0.1

Diff since v1.0.0

Merged pull requests:

Closed issues:

  • Release 1.0 (#641)

v1.0.0

10 Oct 12:21
3445ea7
Compare
Choose a tag to compare

GPUCompiler v1.0.0

Diff since v0.27.8

Merged pull requests:

Closed issues:

  • problem in Woodpecker CI (#640)

v0.27.8

21 Sep 11:44
4e0490c
Compare
Choose a tag to compare

GPUCompiler v0.27.8

Diff since v0.27.7

Merged pull requests:

v0.27.7

17 Sep 14:51
bbd6124
Compare
Choose a tag to compare

GPUCompiler v0.27.7

Diff since v0.27.6

Merged pull requests:

v0.27.6

11 Sep 11:21
d6fde40
Compare
Choose a tag to compare

GPUCompiler v0.27.6

Diff since v0.27.5

Merged pull requests:

Closed issues:

  • [AMDGPU] Broken sincos intrinsic on GPUCompiler 0.24 (#523)

v0.27.5

02 Sep 10:17
cbff0d4
Compare
Choose a tag to compare

GPUCompiler v0.27.5

Diff since v0.27.4

Merged pull requests:

  • Replace current, not global logger in safe loggers (#622) (@danielwe)

v0.27.4

27 Aug 19:48
b490b6f
Compare
Choose a tag to compare

GPUCompiler v0.27.4

Diff since v0.27.3

Merged pull requests:

  • Metal: switch order of unreachable rewrite passes. (#623) (@maleadt)

v0.27.3

26 Aug 07:13
0a1e05d
Compare
Choose a tag to compare

GPUCompiler v0.27.3

Diff since v0.27.2

Merged pull requests:

  • Fix Report exception issue on nested codegen (#619) (@wsmoses)

v0.27.2

23 Aug 10:46
27d4b19
Compare
Choose a tag to compare

GPUCompiler v0.27.2

Diff since v0.27.1

Merged pull requests:

  • Metal: Replace unreachable control flow with exit block branches (on macOS <15) (#618) (@maleadt)