Releases: JuliaGPU/GPUCompiler.jl
Releases · JuliaGPU/GPUCompiler.jl
v0.27.3
GPUCompiler v0.27.3
Merged pull requests:
v0.27.2
GPUCompiler v0.27.2
Merged pull requests:
v0.27.1
v0.27.0
GPUCompiler v0.27.0
Merged pull requests:
- Bump minimal Julia requirement to v1.10. (#598) (@maleadt)
- Set codegen kwargs based on toplevel setting (NFC) (#600) (@maleadt)
- Switch to PrecompileTools.jl. (#601) (@maleadt)
- [Metal] Fix llvm.minimum (#602) (@tgymnich)
- Be more strict about runtime function misuse. (#603) (@maleadt)
- Default to using NewPM. (#604) (@maleadt)
- Remove legacy pass manager pipelines. (#605) (@maleadt)
- [CI] Move to
julia-actions/cache
(#606) (@giordano) - Metal: Fix IR validation. (#608) (@maleadt)
Closed issues:
v0.26.7
GPUCompiler v0.26.7
Merged pull requests:
- Add disk cache infrastructure for Julia 1.11 (#557) (@vchuravy)
- Fix issue with
__init__
when built in sysimg (#589) (@sjkelly) - Work around buggy Base.pkgversion again. (#594) (@maleadt)
- Fix NVVMReflect pass usage. (#595) (@maleadt)
Closed issues:
- pkgversion can return nothing. (#593)
v0.26.6
v0.26.5
GPUCompiler v0.26.5
Merged pull requests:
- Update New PassManager Pipeline (#559) (@vchuravy)
- Add missing backticks (#566) (@jonas-schulze)
- Add a testsuite for inference caching (#567) (@vchuravy)
- Fixes for 1.12 (#568) (@maleadt)
- Don't opt into typeinf tracking before v1.11 (#569) (@vchuravy)
- [Metal] Add check for i128 usage (#571) (@tgymnich)
- Add an interface extension point to prepare before anything happens. (#572) (@maleadt)
- Make the optimization level configurable. (#577) (@maleadt)
- Bump julia-actions/setup-julia from 1 to 2 (#578) (@dependabot[bot])
- Adapt to LLVM 17. (#583) (@maleadt)
- Fixes for LLVM 17 (#584) (@maleadt)
Closed issues:
v0.26.4
GPUCompiler v0.26.4
Merged pull requests:
v0.26.3
v0.26.2
GPUCompiler v0.26.2
Merged pull requests:
- Support internal cache (#545) (@vchuravy)
- Use the new jl_method_lookup_by_tt API on 1.11. (#550) (@maleadt)
- Add CI for 1.11. (#551) (@maleadt)
- Specialize MI if necessary (#553) (@vchuravy)
- Fix construction of byval attribute. (#555) (@maleadt)
Closed issues: