Skip to content
[Diff since v0.7.0](https://github.com/JuliaGPU/KernelAbstractions.jl/compare/v0.7.0...v0.7.1)

**Closed issues:**
- Compilation error with type-converting round functions, e.g., ceil(Int32, 1.2f0) (#254)
- invalid syntax on upcoming 1.7 (#260)
- ROCKernels run doesn't work for me. (#261)
- Convert related kernels errors with CUDAKernels (#265)
- `Event(ROCDevice())` errors (#267)

**Merged pull requests:**
- add KernelGradients (#255) (@vchuravy)
- Add AMD section to a couple of examples (#266) (@ali-ramadhan)
- Fix Event for multiple event case (#270) (@vchuravy)
- fixing shmem line to match CUDA.jl (#272) (@leios)
- fix to allow for converting to Int (#273) (@leios)