| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-11-03 | 1.0 kB | |
| v0.9.39 source code.tar.gz | 2025-11-03 | 50.1 kB | |
| v0.9.39 source code.zip | 2025-11-03 | 79.7 kB | |
| Totals: 3 Items | 130.8 kB | 1 | |
KernelAbstractions v0.9.39
Changes
- On 1.11+
aliascopehas the potential to cause a miss-compilation even when the user is not using@Const.
Merged pull requests:
- Unified memory allocations (#630) (@christiangnrd)
- SPIRVIntrinsics 0.5 support (#638) (@christiangnrd)
- CI: Build PoCL without hwloc (#639) (@christiangnrd)
- Use
macos-15-intel(#640) (@christiangnrd) - Aliasscope miss-compile for 1.11+ (#653) (@vchuravy)
- Add test for accumulate issue (#654) (@vchuravy)
Closed issues:
- Unified memory interface? (#601)
- Loading KA 0.10 and oneAPI/OpenCL will lead to "MethodOverwritten" errors due to MethodTable collisions (#610)
- ones function is not type-stable for CUDA (#634)
- error with @synchronize() and loads/stores with static number of items (#642)
- Using
@fastmathfor a function inlined in a kernel yields PTX compile error for Float64 arrays in Julia 1.12.0 (#643)