Skip to content

DPC++ daily 2022-09-16

Pre-release
Pre-release
Compare
Choose a tag to compare
@bb-sycl bb-sycl released this 16 Sep 16:34
· 125675 commits to sycl since this release
cc03176
[SYCL] Fix unittests on MSVC (#6805)

This commit makes two changes:
* Fixes a cast of incompatible size in the PI mock plugin that caused a
warning on MSVC.
* Changes the definition of the captureless lambda function in the
RedefineAPI PiMock unittest to avoid MSVC considering it equal to the
function defined by the PI mock plugin.

Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>