Skip to content

DPC++ daily 2022-12-05

Pre-release
Pre-release

Choose a tag to compare

@bb-sycl bb-sycl released this 05 Dec 18:01
· 135312 commits to sycl since this release
63ee151
[SYCL] Fix accessor CTAD for unittests (#7638)

Accessor CTAD would in certain cases fail to resolve IsValidTag and
IsSameAsBuffer. This commit fixes this issue by making these trait
structs rather than constexpr functions.

Signed-off-by: Larsen, Steffen <[email protected]>