Skip to content

DPC++ daily 2022-09-21

Pre-release
Pre-release
Compare
Choose a tag to compare
@bb-sycl bb-sycl released this 21 Sep 16:20
· 125627 commits to sycl since this release
86e9dcb
[SYCL][NFC] Reintroduce missing Windows symbols (#6830)

https://github.com/intel/llvm/pull/6685 unintentionally caused the
windows library to lose symbols for handler::verifyKernelInvoc and
handler::is_host. This patch introduces these as unused members to avoid
the patch being ABI-breaking.

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