Skip to content

Releases: JuliaGPU/GPUCompiler.jl

v1.7.5

26 Nov 19:58
6195970

Choose a tag to compare

GPUCompiler v1.7.5

Diff since v1.7.4

Merged pull requests:

  • version bound LowerExcHandlersPass (#736) (@vchuravy)
  • More robust error message on method compilation failure (#738) (@wsmoses)
  • Add preference to enable Tracy and disable by default (#745) (@vchuravy)

Closed issues:

  • LowerExcHandlersPass not defined in GPUCompiler (#735)
  • Versions newer than 1.3.2 make Julia/CUDA/Flux slow (#742)

v1.7.4

15 Nov 10:19
f19e20e

Choose a tag to compare

GPUCompiler v1.7.4

Diff since v1.7.3

Merged pull requests:

v1.7.3

12 Nov 12:15
2797f4b

Choose a tag to compare

GPUCompiler v1.7.3

Diff since v1.7.2

Merged pull requests:

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: