|
2 | 2 |
|
3 | 3 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
4 | 4 |
|
5 |
| -## [Unreleased] |
| 5 | +## [2024.0] - 2023-10-24 |
| 6 | + |
6 | 7 | ### 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 | + |
7 | 13 | ### 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 | + |
10 | 17 | ### Fixed
|
11 |
| -### Security |
12 | 18 |
|
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 |
14 | 37 |
|
15 | 38 | ## [2023.2] - 2023-07-06
|
16 | 39 |
|
|
0 commit comments