Skip to content

Commit 57c98fa

Browse files
committed
Prepare changelog for 2024.1 release
(cherry picked from commit 26be256)
1 parent c60be0a commit 57c98fa

File tree

1 file changed

+23
-5
lines changed

1 file changed

+23
-5
lines changed

CHANGELOG.md

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

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

5-
## [Unreleased]
5+
## [2024.0] - 2024-02-20
6+
67
### Added
8+
- Add support for hostpipe sideband signals ([#323]).
9+
710
### Changed
8-
### Deprecated
11+
- Update clGetDeviceInfo to follow OpenCL 1.2 spec ([#317]).
12+
- Update invocation image debug prints ([#318]).
13+
- Delay erasing context from contexts_set during `acl_idle_update` ([#322]).
14+
- Only write changing parts of kernel arguments to kernel CRA ([#324]).
15+
916
### Removed
10-
### Fixed
11-
### Security
17+
- Remove simulator device from offline devices ([#319]).
1218

13-
[Unreleased]: https://github.com/intel/fpga-runtime-for-opencl/compare/v2024.0...HEAD
19+
### Fixed
20+
- Resolves hang when the device op queue gets full and no more commands can be submitted ([568569a]).
21+
- Fix CSR pipe write handshaking ([#326]).
22+
23+
[2024.1]: https://github.com/intel/fpga-runtime-for-opencl/compare/v2024.0...v2024.1
24+
[568569a]: https://github.com/intel/fpga-runtime-for-opencl/commit/568659a441459a55d24e2148cb1ab134e381bff4
25+
[#317]: https://github.com/intel/fpga-runtime-for-opencl/pull/317
26+
[#318]: https://github.com/intel/fpga-runtime-for-opencl/pull/318
27+
[#319]: https://github.com/intel/fpga-runtime-for-opencl/pull/319
28+
[#322]: https://github.com/intel/fpga-runtime-for-opencl/pull/322
29+
[#323]: https://github.com/intel/fpga-runtime-for-opencl/pull/323
30+
[#324]: https://github.com/intel/fpga-runtime-for-opencl/pull/324
31+
[#326]: https://github.com/intel/fpga-runtime-for-opencl/pull/326
1432

1533
## [2024.0] - 2023-10-24
1634

0 commit comments

Comments
 (0)