|
2 | 2 |
|
3 | 3 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
4 | 4 |
|
5 |
| -## [Unreleased] |
| 5 | +## [2025.0] 2024-10-15 |
| 6 | + |
6 | 7 | ### Added
|
| 8 | + |
| 9 | +- Added glibc_wrap to provide Linux OS backwards compatibility ([#362]) |
| 10 | + |
7 | 11 | ### Changed
|
8 |
| -### Deprecated |
9 |
| -### Removed |
| 12 | + |
| 13 | +- Update aocl_mmd.h version to 2024.2 ([#342]) |
| 14 | +- Set default values for kernel image static part and skip CSR write if no change ([#349]) |
| 15 | +- Update kernel invocation image debug print ([#349]) |
| 16 | +- Use a RAII approach for linux signal blocking ([#363]) |
| 17 | +- Remove runtime unit test dependency on aoc ([#368]) |
| 18 | + |
10 | 19 | ### Fixed
|
| 20 | + |
| 21 | +- Update loaded_bin if the same binary is wrapped with different cl_program ([#351]) |
| 22 | +- Fix USM mem blocking free corruption ([#360]) |
| 23 | +- Use mutex to ensure segment update and CRA read/write happens atomically ([#363]) |
| 24 | +- Return the global memory with enough capacity as default mem_id ([#361]) |
| 25 | +- Handle printf format as the last item in the format string ([#372]) |
| 26 | +- Refactor queue submission to resolve a hang ([#379]) |
| 27 | +- Various Coverity fixes ([#380]) |
| 28 | + |
11 | 29 | ### Security
|
12 | 30 |
|
13 |
| -[Unreleased]: https://github.com/intel/fpga-runtime-for-opencl/compare/v2024.2...HEAD |
| 31 | +- Remove hardcoded paths being built into libraries ([#375]) |
| 32 | + |
| 33 | +[2025.0]: https://github.com/intel/fpga-runtime-for-opencl/compare/v2024.2...v2025.0 |
| 34 | +[#342]: https://github.com/intel/fpga-runtime-for-opencl/pull/342 |
| 35 | +[#349]: https://github.com/intel/fpga-runtime-for-opencl/pull/349 |
| 36 | +[#351]: https://github.com/intel/fpga-runtime-for-opencl/pull/351 |
| 37 | +[#360]: https://github.com/intel/fpga-runtime-for-opencl/pull/360 |
| 38 | +[#361]: https://github.com/intel/fpga-runtime-for-opencl/pull/361 |
| 39 | +[#362]: https://github.com/intel/fpga-runtime-for-opencl/pull/362 |
| 40 | +[#363]: https://github.com/intel/fpga-runtime-for-opencl/pull/363 |
| 41 | +[#368]: https://github.com/intel/fpga-runtime-for-opencl/pull/368 |
| 42 | +[#372]: https://github.com/intel/fpga-runtime-for-opencl/pull/372 |
| 43 | +[#375]: https://github.com/intel/fpga-runtime-for-opencl/pull/375 |
| 44 | +[#379]: https://github.com/intel/fpga-runtime-for-opencl/pull/379 |
| 45 | +[#380]: https://github.com/intel/fpga-runtime-for-opencl/pull/380 |
14 | 46 |
|
15 | 47 | ## [2024.2] - 2024-06-14
|
16 | 48 |
|
|
0 commit comments