Skip to content

Commit 1cc7383

Browse files
committed
update changelog for 2024.2
1 parent 4c34cda commit 1cc7383

File tree

1 file changed

+21
-6
lines changed

1 file changed

+21
-6
lines changed

CHANGELOG.md

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,30 @@
22

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

5-
## [Unreleased]
5+
## [2024.2] - 2024-06-14
6+
67
### Added
8+
- Support arbitary Buffer Location for accessor ([#343]).
9+
- Informally support atomic fence capability device query ([#345]).
10+
711
### Changed
8-
### Deprecated
9-
### Removed
10-
### Fixed
11-
### Security
12+
- Use c++ constructs to replace malloc calls in `acl_kernel_if` ([#325]).
13+
- Various Runtime code clean up ([#334], [#335]).
14+
- Update Thread Sanitizer to use Ubuntu 22.04 ([#339]).
15+
- Prerequisite changes for getting rid of simulation environment variable ([#341]).
1216

13-
[Unreleased]: https://github.com/intel/fpga-runtime-for-opencl/compare/v2024.1...HEAD
17+
### Fixed
18+
- Correct CSR pipe behaviour when StallFree is used ([#340]).
19+
20+
[2024.2]: https://github.com/intel/fpga-runtime-for-opencl/compare/v2024.1...v2024.2
21+
[#325]: https://github.com/intel/fpga-runtime-for-opencl/pull/325
22+
[#334]: https://github.com/intel/fpga-runtime-for-opencl/pull/334
23+
[#335]: https://github.com/intel/fpga-runtime-for-opencl/pull/335
24+
[#339]: https://github.com/intel/fpga-runtime-for-opencl/pull/339
25+
[#340]: https://github.com/intel/fpga-runtime-for-opencl/pull/340
26+
[#341]: https://github.com/intel/fpga-runtime-for-opencl/pull/341
27+
[#343]: https://github.com/intel/fpga-runtime-for-opencl/pull/343
28+
[#345]: https://github.com/intel/fpga-runtime-for-opencl/pull/345
1429

1530
## [2024.1] - 2024-02-20
1631

0 commit comments

Comments
 (0)