DPC++ daily 2022-12-21
Pre-release
Pre-release
·
114690 commits
to sycl
since this release
[SYCL] Fix ext::oneapi::experimental::joint_reduce (#7781) This patch fixes ext::oneapi::experimental::joint_reduce, it missed the case when WG size is bigger than size of input data. Test: https://github.com/intel/llvm-test-suite/pull/1452