Skip to content

Commit 88f53aa

Browse files
psalzfknorr
authored andcommitted
Update CHANGELOG for 0.3.2
1 parent f0cf3f4 commit 88f53aa

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,25 @@ 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.2] - 2022-02-17
10+
11+
### Added
12+
13+
- Add support for ComputeCpp 2.7.0 and 2.8.0 with stable and experimental compilers. (2831b2a)
14+
- Add support for using local memory with ComputeCpp. (8e2fce4)
15+
- Print Celerity version upon runtime startup. (0681c16)
16+
- Print warning when too few logical cores are available. (113e688)
17+
18+
### Fixed
19+
20+
- Fix race condition around reference-capture in matmul example. (76f49c9)
21+
- Reduce hardware requirements for maximum work-group size in tests. (008a868, f0cf3f42)
22+
- Update Catch2 submodule to v2.13.8 as a [bugfix](https://github.com/catchorg/Catch2/issues/2178). (26ca0895)
23+
- Do not create empty chunks when splitting tasks with a small execution range in dimension 0. (15fa9293)
24+
- Correctly handle empty buffers and buffer requirements with empty ranges. (ad99522b)
25+
- Suppress unhelpful deprecation warnings around `sycl::atomic` from DPC++. (39dacdf5)
26+
- Throw when submitting compute tasks with an empty execution range instead of accepting SYCL misbehavior. (baa242ad)
27+
928
## [0.3.1] - 2022-01-04
1029

1130
We recommend Clang >= 10.0 as the host compiler to avoid false-positive

0 commit comments

Comments
 (0)