File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed
Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,32 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66and this project adheres to [ Semantic
77Versioning] ( http://semver.org/spec/v2.0.0.html ) .
88
9+ ## [ 0.3.1] - 2022-01-04
10+
11+ We recommend Clang >= 10.0 as the host compiler to avoid false-positive
12+ deprecation warnings.
13+
14+ ### Fixed
15+
16+ - Remove blanket-statement error message upon early buffer deallocation, which
17+ in many cases is now legal. (6851145)
18+ - Properly apply horizons to collective host task order-dependencies. (4488724)
19+ - Avoid race between horizon task generation and horizon command execution.
20+ (f670868)
21+ - Fix data race in ` task_manager::notify_horizon_executed ` (only in debug
22+ builds). (f641bcb)
23+ - Don't rely on static destruction order for ` user_benchmarker ` . (d1c9e51)
24+ - Restructure ` wave_sim ` example to avoid host side race condition for certain
25+ ` --sample-rate ` configurations. (d226b95)
26+ - Hard-code paths for CMake dependencies in installed Celerity config to avoid
27+ mismatches. (4e88657)
28+
929## [ 0.3.0] - 2021-11-16
1030
1131We recommend using the following SYCL versions with this release:
1232
13- - ComputeCpp: 2.6.0 or newer
33+ - ComputeCpp: 2.6.0 (an earlier version of this document used to recommend
34+ "2.6.0 or newer")
1435- DPC++: 7735139 or newer
1536- hipSYCL: 7b00e2e or newer
1637
You can’t perform that action at this time.
0 commit comments