Skip to content

DPC++ daily 2022-10-19

Pre-release
Pre-release
Compare
Choose a tag to compare
@bb-sycl bb-sycl released this 19 Oct 16:54
· 122827 commits to sycl since this release
c59f969
[SYCL] Fix properties_kernel_negative for Windows (#7110)

Windows uses long long for uint62_t while the expected notes in
properties_kernel_negative assumed long was the corresponding type. This
commit makes the notes assume either long or long long.

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