Skip to content

DPC++ daily 2021-11-18

Pre-release
Pre-release
Compare
Choose a tag to compare
@bb-sycl bb-sycl released this 18 Nov 18:57
· 130052 commits to sycl since this release
c855fd1
[SYCL] Fix sub-group mask for smaller SG sizes (#4916)

Fix accessing sub-group mask when sub-group size is less than 32. Make sure that false is returned for positions that are more than sub-group size.

Update the test to check this case.