Skip to content

DPC++ daily 2022-10-31

Pre-release
Pre-release

Choose a tag to compare

@bb-sycl bb-sycl released this 31 Oct 16:40
· 141219 commits to sycl since this release
f736d5e
[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.