Releases: JuliaGPU/GPUCompiler.jl
Releases · JuliaGPU/GPUCompiler.jl
v0.26.1
GPUCompiler v0.26.1
Merged pull requests:
v0.26.0
GPUCompiler v0.26.0
Merged pull requests:
- Bump actions/checkout from 3 to 4 (#525) (@dependabot[bot])
- Update manifest (#526) (@github-actions[bot])
- Support and test opaque pointers (#528) (@maleadt)
- use
CC.add_invalidation_callback!
if available (#529) (@aviatesk) - Fix
CodeCache()
constructor. (#533) (@vchuravy) - Fix and bound Aqua tests. (#537) (@maleadt)
- Fix type suffix of integer intrinsics (#538) (@tgymnich)
- Bump codecov/codecov-action from 3 to 4 (#539) (@dependabot[bot])
- Bump actions/cache from 3 to 4 (#540) (@dependabot[bot])
- Adjust for upstream JuliaLang/julia#53088 (#541) (@vchuravy)
- Skip SPIRV tests if tooling is not available (#542) (@vchuravy)
- Metal: Remove ability to generate binary libraries. (#548) (@maleadt)
Closed issues:
v0.25.0
GPUCompiler v0.25.0
Breaking change: PTX back-end now does not replace trap
with exit
anymore. This probably only matters to CUDA.jl, which now has to make sure to emit exit
in its signal handler, to avoid tripping over the trap
that probably follows it.
Merged pull requests:
v0.24.5
GPUCompiler v0.24.5
Merged pull requests:
v0.24.4
GPUCompiler v0.24.4
Merged pull requests:
v0.24.3
v0.24.2
v0.24.1
GPUCompiler v0.24.1
Merged pull requests:
v0.24.0
GPUCompiler v0.24.0
Closed issues:
- compile(:asm) returns LLVM IR without requiring a context (#420)
Merged pull requests:
v0.23.0
GPUCompiler v0.23.0
Closed issues:
- How to set fast math for CUDA (#491)
Merged pull requests:
- remove method_table from ci_cache_populate args (#493) (@vchuravy)
- Bump minimum Julia requirement to Julia 1.8 (#495) (@maleadt)
- Update manifest (#496) (@github-actions[bot])
- 1.11 enablement (#497) (@maleadt)
- enable dependabot for GitHub actions (#498) (@ranocha)
- Bump peter-evans/create-pull-request from 3 to 5 (#499) (@dependabot[bot])
- Bump actions/cache from 1 to 3 (#500) (@dependabot[bot])
- Bump codecov/codecov-action from 1 to 3 (#501) (@dependabot[bot])
- Bump actions/checkout from 2 to 3 (#502) (@dependabot[bot])
- Update manifest (#503) (@github-actions[bot])