Releases: JuliaGPU/GPUCompiler.jl
Releases · JuliaGPU/GPUCompiler.jl
v1.7.2
GPUCompiler v1.7.2
v1.7.1
GPUCompiler v1.7.1
Merged pull requests:
v1.7.0
GPUCompiler v1.7.0
Merged pull requests:
Closed issues:
- Call to codeinfo_for_const broken on nightly (#721)
v1.6.3
GPUCompiler v1.6.3
Merged pull requests:
- Bump actions/checkout from 4 to 5 (#724) (@dependabot[bot])
- Fixes for Julia nightly (#725) (@KristofferC)
v1.6.2
GPUCompiler v1.6.2
Merged pull requests:
- Fix deferred_codegen registration (#711) (@vchuravy)
- Simplify byval handling. (#714) (@maleadt)
- add_input_arguments! for other backends (#718) (@simeonschaub)
Closed issues:
- InitError(mod=:GPUcompiler, error=ErrorException("type Nothing has no field major" )) (#719)
v1.6.1
v1.6.0
GPUCompiler v1.6.0
Feature changes
- Add
StackedMethodTableto allow backends to share method tables. backends should implementGPUCompiler.method_table_view - Support nested target and params for advanced nested compilation.
Merged pull requests:
v1.5.3
GPUCompiler v1.5.3
Merged pull requests:
Closed issues:
- julia 1.12 - LLVM extensions library not available (#702)
v1.5.2
GPUCompiler v1.5.2
Merged pull requests:
- Adapt to JuliaLang/julia#58131. (#697) (@maleadt)
- Cache the runtime library in memory. (#699) (@maleadt)
- use a feature check for single method table over version check (#700) (@KristofferC)
Closed issues:
- rtlib: Too many open files (#698)
v1.5.1
GPUCompiler v1.5.1
Make things work on Julia 1.13 (nightly).
Merged pull requests: