Rename branch name

This commit is contained in:
Tom Deakin 2020-12-07 10:23:27 +00:00
parent f271d5563d
commit f373927ce8

View File

@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file.
- SYCL build rules for ComputeCpp, DPCPP and HipSYCL
### Changed
- Default branch renamed from `master` to `main`.
- Use cl::sycl::id parameters instead of cl::sycl::item.
- Update local copy of OpenCL C++ header file.
- Ensure correct SYCL queue constructor with explicit async_handler.