v1.0.2
🛠️ Onika v1.0.2 – Release Notes
✨ What's Changed
-
🚀 Parallel for 3D
-
🧮 GPU Atomic Min/Max Fix
Fixed incorrect behavior in atomic min/max operations.
@carrardt (#7) -
🧩 New Block-Level Vote Functions
IntroducedONIKA_CU_BLOCK_SYNC_ORandONIKA_CU_BLOCK_SYNC_ANDfor improved thread block coordination.
@carrardt (#10) -
🛠️ Build Compatibility Improvements
Ensured debug builds of Onika are compatible with non-debug builds of exaNBody.
@carrardt (#11) -
🐞 SIMD Loop Bug Fix
Fixed a compatibility issue inONIKA_CU_SIMD_FOR_LOOPwith 2D/3D block configurations.
@carrardt (#12) -
🧵 CUDA-Compatible
span
Added a CUDA-compatible version ofspan.
@carrardt (#14)
📘 Full Changelog: Compare v1.0.0...v1.0.2