Skip to content

Commit 15a4b3d

Browse files
committed
Update CHANGELOG for 0.3.1
1 parent 6851145 commit 15a4b3d

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,32 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic
77
Versioning](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

1131
We 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

0 commit comments

Comments
 (0)