Skip to content

Commit 2c547c6

Browse files
committed
Update changelog
Signed-off-by: Peter Colberg <[email protected]>
1 parent 11d33d1 commit 2c547c6

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,50 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
44

55
## [Unreleased]
66
### Added
7+
8+
- Support `CL_MEM_ALLOC_BUFFER_LOCATION_INTEL` property ([#34], [#46], [#88]).
9+
- Support early print buffer flushing in debug mode ([#61]).
10+
- Document how buffers are managed in the runtime ([#81]).
11+
- Add `cl_intel_unified_shared_memory` to supported extensions ([#94]).
12+
713
### Changed
14+
15+
- Update Khronos OpenCL headers ([#62], [#67], [#68]).
16+
- Require C++17 compiler support ([#75]).
17+
818
### Deprecated
919
### Removed
1020
### Fixed
21+
22+
- Load `libz.so.1` alongside `libz.so` on Linux ([#69]).
23+
1124
### Security
1225

26+
- Compile with hardening flags ([#48]).
27+
- Add CMake flag `ACL_TSAN` to build with thread sanitizer ([#76]).
28+
- Fix data races detected by thread sanitizer ([#74], [#89]).
29+
- Fix compiler warnings ([#77], [#83], [#84], [#86]).
30+
1331
[Unreleased]: https://github.com/intel/fpga-runtime-for-opencl/compare/v2022.2...HEAD
32+
[#34]: https://github.com/intel/fpga-runtime-for-opencl/pull/34
33+
[#46]: https://github.com/intel/fpga-runtime-for-opencl/pull/46
34+
[#48]: https://github.com/intel/fpga-runtime-for-opencl/pull/48
35+
[#61]: https://github.com/intel/fpga-runtime-for-opencl/pull/61
36+
[#62]: https://github.com/intel/fpga-runtime-for-opencl/pull/62
37+
[#67]: https://github.com/intel/fpga-runtime-for-opencl/pull/67
38+
[#68]: https://github.com/intel/fpga-runtime-for-opencl/pull/68
39+
[#69]: https://github.com/intel/fpga-runtime-for-opencl/pull/69
40+
[#74]: https://github.com/intel/fpga-runtime-for-opencl/pull/74
41+
[#75]: https://github.com/intel/fpga-runtime-for-opencl/pull/75
42+
[#76]: https://github.com/intel/fpga-runtime-for-opencl/pull/76
43+
[#77]: https://github.com/intel/fpga-runtime-for-opencl/pull/77
44+
[#81]: https://github.com/intel/fpga-runtime-for-opencl/pull/81
45+
[#83]: https://github.com/intel/fpga-runtime-for-opencl/pull/83
46+
[#84]: https://github.com/intel/fpga-runtime-for-opencl/pull/84
47+
[#86]: https://github.com/intel/fpga-runtime-for-opencl/pull/86
48+
[#88]: https://github.com/intel/fpga-runtime-for-opencl/pull/88
49+
[#89]: https://github.com/intel/fpga-runtime-for-opencl/pull/89
50+
[#94]: https://github.com/intel/fpga-runtime-for-opencl/pull/94
1451

1552
## [2022.2] - 2022-04-01
1653

0 commit comments

Comments
 (0)