Releases: OdnetninI/Splash-4
Releases · OdnetninI/Splash-4
Splash-4.0.1
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_BEGIN
andSPLASH3_ROI_END
have been replaced withSPLASH4_ROI_BEGIN
andSPLASH4_ROI_END
IISWC 2022
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
This is the release used for the ISPASS 2021 publication