DPC++ daily 2022-10-19
Pre-release
Pre-release
·
122827 commits
to sycl
since this release
[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>