Skip to content

Releases: OdnetninI/Splash-4

Splash-4.0.1

25 Oct 16:42
Compare
Choose a tag to compare

25 - October -2023: Release Splash-4.0.1

  • NEW: A new version for Volrend, Volrend-no_print_lock. The progress printing lock at adaptative.c.in have been replaced with a memory location. After the barrier sync, thread 0 prints all the progress in order.
    Besides the reduction in unnecessary synchronization, the output is always in thread+frame order.
  • FIX: The CLOCK macro has been replaced with a high-res, more info at issue #2
  • MINI: SPLASH3_ROI_BEGINand SPLASH3_ROI_END have been replaced with SPLASH4_ROI_BEGIN and SPLASH4_ROI_END

IISWC 2022

08 Nov 17:22
Compare
Choose a tag to compare

This is the release used for the IISWC 2022 publication.

This new version removes benign data races on the While&CAS reducing the number of loads executed on each lock-free construct.

ISPASS 2021 Release

07 Jun 13:03
5fab47e
Compare
Choose a tag to compare

This is the release used for the ISPASS 2021 publication