Skip to content
## KernelAbstractions v0.2.4

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


**Closed issues:**
- LLVM error: Cannot select: 0xca6fd20: f64 = fpow 0x93a9e90 (#89)
- Defining the same function twice? Maybe a typo? (#93)
- private variable not available after an `@synchronize` (#95)
- `@synchronize` in an if statement (#96)

**Merged pull requests:**
- fix function name check (#52) (@GiggleLiu)
- Remove requires (#92) (@vchuravy)
- remove redefinition of kernel (#94) (@vchuravy)
- Allow typeof on @private memory (#97) (@jkozdon)