Skip to content

Releases: JuliaGPU/GPUCompiler.jl

v1.7.2

07 Oct 16:05

Choose a tag to compare

GPUCompiler v1.7.2

Diff since v1.7.1

v1.7.1

07 Oct 14:45
070406e

Choose a tag to compare

GPUCompiler v1.7.1

Diff since v1.7.0

Merged pull requests:

v1.7.0

07 Oct 07:38
aab6333

Choose a tag to compare

GPUCompiler v1.7.0

Diff since v1.6.3

Merged pull requests:

  • Convert the kernel state back to a reference when needed. (#715) (@maleadt)

Closed issues:

  • Call to codeinfo_for_const broken on nightly (#721)

v1.6.3

06 Oct 11:50
974755c

Choose a tag to compare

GPUCompiler v1.6.3

Diff since v1.6.2

Merged pull requests:

v1.6.2

24 Sep 17:49
7039134

Choose a tag to compare

GPUCompiler v1.6.2

Diff since v1.6.1

Merged pull requests:

Closed issues:

  • InitError(mod=:GPUcompiler, error=ErrorException("type Nothing has no field major" )) (#719)

v1.6.1

02 Jul 10:08
56b0c28

Choose a tag to compare

GPUCompiler v1.6.1

Diff since v1.6.0

Merged pull requests:

v1.6.0

01 Jul 08:03

Choose a tag to compare

GPUCompiler v1.6.0

Diff since v1.5.3

Feature changes

  • Add StackedMethodTable to allow backends to share method tables. backends should implement GPUCompiler.method_table_view
  • Support nested target and params for advanced nested compilation.

Merged pull requests:

v1.5.3

23 Jun 12:28
636d916

Choose a tag to compare

GPUCompiler v1.5.3

Diff since v1.5.2

Merged pull requests:

  • Convert pointer address spaces when calling rtlib functions. (#704) (@maleadt)

Closed issues:

  • julia 1.12 - LLVM extensions library not available (#702)

v1.5.2

10 Jun 07:32
772a78c

Choose a tag to compare

GPUCompiler v1.5.2

Diff since v1.5.1

Merged pull requests:

Closed issues:

  • rtlib: Too many open files (#698)

v1.5.1

23 May 13:07
c3ba85b

Choose a tag to compare

GPUCompiler v1.5.1

Diff since v1.5.0

Make things work on Julia 1.13 (nightly).

Merged pull requests: