Skip to content

v1.0.2

Choose a tag to compare

@rprat-pro rprat-pro released this 17 May 16:14
· 211 commits to main since this release
3e8f26a

🛠️ 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
    Introduced ONIKA_CU_BLOCK_SYNC_OR and ONIKA_CU_BLOCK_SYNC_AND for 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 in ONIKA_CU_SIMD_FOR_LOOP with 2D/3D block configurations.
    @carrardt (#12)

  • 🧵 CUDA-Compatible span
    Added a CUDA-compatible version of span.
    @carrardt (#14)



📘 Full Changelog: Compare v1.0.0...v1.0.2