Update CHANGELOG with signed int change

This commit is contained in:
Tom Deakin 2021-01-12 10:23:21 +00:00
parent d01b46a87a
commit 20c3284629

View File

@ -14,6 +14,7 @@ All notable changes to this project will be documented in this file.
### Changed ### Changed
- Default branch renamed from `master` to `main`. - Default branch renamed from `master` to `main`.
- Array size is now a signed integer, which follows best practice.
- Driver now delays allocating large checking vectors until after computation has finished. - Driver now delays allocating large checking vectors until after computation has finished.
- Use cl::sycl::id parameters instead of cl::sycl::item. - Use cl::sycl::id parameters instead of cl::sycl::item.
- Update local copy of OpenCL C++ header file. - Update local copy of OpenCL C++ header file.