@@ -4,13 +4,50 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
4
4
5
5
## [ Unreleased]
6
6
### Added
7
+
8
+ - Support ` CL_MEM_ALLOC_BUFFER_LOCATION_INTEL ` property ([ #34 ] , [ #46 ] , [ #88 ] ).
9
+ - Support early print buffer flushing in debug mode ([ #61 ] ).
10
+ - Document how buffers are managed in the runtime ([ #81 ] ).
11
+ - Add ` cl_intel_unified_shared_memory ` to supported extensions ([ #94 ] ).
12
+
7
13
### Changed
14
+
15
+ - Update Khronos OpenCL headers ([ #62 ] , [ #67 ] , [ #68 ] ).
16
+ - Require C++17 compiler support ([ #75 ] ).
17
+
8
18
### Deprecated
9
19
### Removed
10
20
### Fixed
21
+
22
+ - Load ` libz.so.1 ` alongside ` libz.so ` on Linux ([ #69 ] ).
23
+
11
24
### Security
12
25
26
+ - Compile with hardening flags ([ #48 ] ).
27
+ - Add CMake flag ` ACL_TSAN ` to build with thread sanitizer ([ #76 ] ).
28
+ - Fix data races detected by thread sanitizer ([ #74 ] , [ #89 ] ).
29
+ - Fix compiler warnings ([ #77 ] , [ #83 ] , [ #84 ] , [ #86 ] ).
30
+
13
31
[ Unreleased ] : https://github.com/intel/fpga-runtime-for-opencl/compare/v2022.2...HEAD
32
+ [ #34 ] : https://github.com/intel/fpga-runtime-for-opencl/pull/34
33
+ [ #46 ] : https://github.com/intel/fpga-runtime-for-opencl/pull/46
34
+ [ #48 ] : https://github.com/intel/fpga-runtime-for-opencl/pull/48
35
+ [ #61 ] : https://github.com/intel/fpga-runtime-for-opencl/pull/61
36
+ [ #62 ] : https://github.com/intel/fpga-runtime-for-opencl/pull/62
37
+ [ #67 ] : https://github.com/intel/fpga-runtime-for-opencl/pull/67
38
+ [ #68 ] : https://github.com/intel/fpga-runtime-for-opencl/pull/68
39
+ [ #69 ] : https://github.com/intel/fpga-runtime-for-opencl/pull/69
40
+ [ #74 ] : https://github.com/intel/fpga-runtime-for-opencl/pull/74
41
+ [ #75 ] : https://github.com/intel/fpga-runtime-for-opencl/pull/75
42
+ [ #76 ] : https://github.com/intel/fpga-runtime-for-opencl/pull/76
43
+ [ #77 ] : https://github.com/intel/fpga-runtime-for-opencl/pull/77
44
+ [ #81 ] : https://github.com/intel/fpga-runtime-for-opencl/pull/81
45
+ [ #83 ] : https://github.com/intel/fpga-runtime-for-opencl/pull/83
46
+ [ #84 ] : https://github.com/intel/fpga-runtime-for-opencl/pull/84
47
+ [ #86 ] : https://github.com/intel/fpga-runtime-for-opencl/pull/86
48
+ [ #88 ] : https://github.com/intel/fpga-runtime-for-opencl/pull/88
49
+ [ #89 ] : https://github.com/intel/fpga-runtime-for-opencl/pull/89
50
+ [ #94 ] : https://github.com/intel/fpga-runtime-for-opencl/pull/94
14
51
15
52
## [ 2022.2] - 2022-04-01
16
53
0 commit comments