Releases: JuliaGPU/GPUCompiler.jl
Releases · JuliaGPU/GPUCompiler.jl
v0.5.5
GPUCompiler v0.5.5
Merged pull requests:
v0.5.4
GPUCompiler v0.5.4
Merged pull requests:
v0.5.3
GPUCompiler v0.5.3
Merged pull requests:
v0.5.2
GPUCompiler v0.5.2
Closed issues:
- Use symbol compression for c++ mangling (#59)
Merged pull requests:
v0.5.1
GPUCompiler v0.5.1
Merged pull requests:
v0.5.0
v0.4.1
v0.4.0
GPUCompiler v0.4.0
Merged pull requests:
- Disable byval for GCN kernels (#37) (@jpsamaroo)
- Return undefined globals from compile() (#39) (@jpsamaroo)
- Avoid OOB linetable access on pre-1.5. (#40) (@maleadt)
- Runtime improvements for 1.5 (#42) (@maleadt)
- Initialize ASM parsers (#43) (@jpsamaroo)
- Reinstate Julia 1.3 support, add Julia 1.5 testing (#44) (@maleadt)
- Don't emit byval for literal pointers. (#45) (@maleadt)
v0.3.0
GPUCompiler v0.3.0
Merged pull requests:
- Abstract out emit_trap! (#13) (@jpsamaroo)
- Use LLVM's byval instead of rewriting kernels. (#16) (@maleadt)
- Use appropriate calling conventions for PTX functions and kernels. (#17) (@maleadt)
- Revert "Merge pull request #14 from JuliaGPU/vc/lit" (#28) (@maleadt)
- Fixes for 1.6 (#31) (@maleadt)
- Check the types of emitted runtime functions. (#32) (@maleadt)
- Add test for GCN's custom emit_trap (#35) (@jpsamaroo)
v0.2.0
GPUCompiler v0.2.0
Merged pull requests:
- Add GCN compiler target (#2) (@jpsamaroo)
- Use composition for the compiler interfaces (#9) (@maleadt)
- Allow runtime functions to call into themselves. (#11) (@maleadt)
- CI improvements (#12) (@maleadt)
- Add support for using lit tests (#14) (@vchuravy)
- Add some execution-related macro utilities. (#15) (@maleadt)
- Improve testing, use the native target for common tests (#18) (@maleadt)
- Adapt to removal of address spaces (#22) (@maleadt)
- Fix non-isbits argument validation. (#24) (@maleadt)
- Use the new codegen policy for exhaustive compilation. (#25) (@maleadt)
- Adapt kernel wrapperr to 1.5 argument passing changes. (#26) (@maleadt)
- Redesign the compiler interfaces yet again. (#27) (@maleadt)