v0.3.1
This release contains several fixes for bugs discovered since the v0.3.0 release.
Fixed
- Remove blanket-statement error message upon early buffer deallocation, which in many cases is now legal. (6851145)
- Properly apply horizons to collective host task order-dependencies. (4488724)
- Avoid race between horizon task generation and horizon command execution. (f670868)
- Fix data race in
task_manager::notify_horizon_executed
(only in debug builds). (f641bcb) - Don't rely on static destruction order for
user_benchmarker
. (d1c9e51) - Restructure
wave_sim
example to avoid host side race condition for certain--sample-rate
configurations. (d226b95) - Hard-code paths for CMake dependencies in installed Celerity config to avoid mismatches. (4e88657)