File tree Expand file tree Collapse file tree 1 file changed +21
-6
lines changed Expand file tree Collapse file tree 1 file changed +21
-6
lines changed Original file line number Diff line number Diff line change 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.2] - 2024-06-14
6
+
6
7
### Added
8
+ - Support arbitary Buffer Location for accessor ([ #343 ] ).
9
+ - Informally support atomic fence capability device query ([ #345 ] ).
10
+
7
11
### 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 ] ).
12
16
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
14
29
15
30
## [ 2024.1] - 2024-02-20
16
31
You can’t perform that action at this time.
0 commit comments