Skip to content

DPC++ daily 2023-01-05

Pre-release
Pre-release
Compare
Choose a tag to compare
@bb-sycl bb-sycl released this 05 Jan 17:29
· 114650 commits to sycl since this release
2c7ed98
[SYCL] Fix crash in unique stable name processing (#7927)

It seems built-in implementation expects only lambdas as unnamed
structures, turns out that is not always the case.

Fixes #7360