Skip to content
## KernelAbstractions v0.2.0

[Diff since v0.1.6](https://github.com/JuliaGPU/KernelAbstractions.jl/compare/v0.1.6...v0.2.0)


**Closed issues:**
- Trailing return yields wrong CPU code. (#50)
- Cannot resolve isbits when using function call to isbits (#79)

**Merged pull requests:**
- Error on return statements inside kernels (#74) (@mwarusz)
- Forbid waiting in CUDA on a CPUEvents (#78) (@lcw)
- Improve launch performance of kernels (#80) (@vchuravy)
- Create MultiEvent from tuple of empty MultiEvents (#81) (@lcw)