Skip to content

Commit

Permalink
update changelog for 2024.2
Browse files Browse the repository at this point in the history
(cherry picked from commit 1cc7383)
  • Loading branch information
zibaiwan committed Apr 12, 2024
1 parent e41ffc6 commit fb10fc8
Showing 1 changed file with 21 additions and 6 deletions.
27 changes: 21 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,30 @@

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

## [Unreleased]
## [2024.2] - 2024-06-14

### Added
- Support arbitary Buffer Location for accessor ([#343]).
- Informally support atomic fence capability device query ([#345]).

### Changed
### Deprecated
### Removed
### Fixed
### Security
- Use c++ constructs to replace malloc calls in `acl_kernel_if` ([#325]).
- Various Runtime code clean up ([#334], [#335]).
- Update Thread Sanitizer to use Ubuntu 22.04 ([#339]).
- Prerequisite changes for getting rid of simulation environment variable ([#341]).

[Unreleased]: https://github.com/intel/fpga-runtime-for-opencl/compare/v2024.1...HEAD
### Fixed
- Correct CSR pipe behaviour when StallFree is used ([#340]).

[2024.2]: https://github.com/intel/fpga-runtime-for-opencl/compare/v2024.1...v2024.2
[#325]: https://github.com/intel/fpga-runtime-for-opencl/pull/325
[#334]: https://github.com/intel/fpga-runtime-for-opencl/pull/334
[#335]: https://github.com/intel/fpga-runtime-for-opencl/pull/335
[#339]: https://github.com/intel/fpga-runtime-for-opencl/pull/339
[#340]: https://github.com/intel/fpga-runtime-for-opencl/pull/340
[#341]: https://github.com/intel/fpga-runtime-for-opencl/pull/341
[#343]: https://github.com/intel/fpga-runtime-for-opencl/pull/343
[#345]: https://github.com/intel/fpga-runtime-for-opencl/pull/345

## [2024.1] - 2024-02-20

Expand Down

0 comments on commit fb10fc8

Please # to comment.