DPC++ daily 2022-10-31
Pre-release
Pre-release
·
141219 commits
to sycl
since this release
[SYCL] Fix a couple of memory corruptions. (#7231) 1. It's UB to construct std::string using nullptr which may happen with mock device images in SYCL unittests 2. Fixed a couple of mock "getInfo" PI APIs that were casting param_value to an incorrect type.