DPC++ daily 2022-12-05
Pre-release
Pre-release
·
116831 commits
to sycl
since this release
[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 <steffen.larsen@intel.com>