Skip to content

Commit 548cc66

Browse files
committed
Prepare changelog for 2024.0 release
(cherry picked from commit 31560e2)
1 parent d57cedc commit 548cc66

File tree

1 file changed

+28
-5
lines changed

1 file changed

+28
-5
lines changed

CHANGELOG.md

Lines changed: 28 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,38 @@
22

33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
44

5-
## [Unreleased]
5+
## [2024.0] - 2023-10-24
6+
67
### Added
8+
- Device global dedicated interface Runtime changes ([#295]).
9+
- Introduce `ACL_CONTEXT_CALLBACK_DEBUG` env variable to log `acl_context_callback` function ([#300]).
10+
- Added Fuzz Testing in the repo ([#298]).
11+
- Support AVALON_MM CSR hostpipe ([#304]).
12+
713
### Changed
8-
### Deprecated
9-
### Removed
14+
- Relax hostpipe assertion to allow non-byte aligned data type to pass ([#306]).
15+
- Clean up runtime code for simulation preprogram autodiscovery string load ([#308]).
16+
1017
### Fixed
11-
### Security
1218

13-
[Unreleased]: https://github.com/intel/fpga-runtime-for-opencl/compare/v2023.2...HEAD
19+
- Coverity fixes for `pkg_editor_test.cpp` ([#291]).
20+
- Fix `TAINTED_SCALAR` Coverity issues for `pkg_editor.c` ([#277]).
21+
- Created a workaround for host pipe atomic hang issue ([#301]).
22+
23+
### Security
24+
- Coverity fixes for `acl_hal_mmd.cpp` that cloes opened mmd lib properly. ([#290]).
25+
26+
[2024.0]: https://github.com/intel/fpga-runtime-for-opencl/compare/v2023.2...v2024.0
27+
[#277]: https://github.com/intel/fpga-runtime-for-opencl/pull/277
28+
[#290]: https://github.com/intel/fpga-runtime-for-opencl/pull/290
29+
[#291]: https://github.com/intel/fpga-runtime-for-opencl/pull/291
30+
[#295]: https://github.com/intel/fpga-runtime-for-opencl/pull/295
31+
[#298]: https://github.com/intel/fpga-runtime-for-opencl/pull/298
32+
[#300]: https://github.com/intel/fpga-runtime-for-opencl/pull/300
33+
[#301]: https://github.com/intel/fpga-runtime-for-opencl/pull/301
34+
[#304]: https://github.com/intel/fpga-runtime-for-opencl/pull/304
35+
[#306]: https://github.com/intel/fpga-runtime-for-opencl/pull/306
36+
[#308]: https://github.com/intel/fpga-runtime-for-opencl/pull/308
1437

1538
## [2023.2] - 2023-07-06
1639

0 commit comments

Comments
 (0)