DPC++ daily 2022-12-03
Pre-release
Pre-release
·
116869 commits
to sycl
since this release
[SYCL] Disable inlining kernel lambda operator at -O0 (#7578) PR #6977 enabled always inlining kernel lambda operators. This PR disables this at -O0 as it was leading to a poor debugging experience.