Skip to content

DPC++ daily 2022-12-03

Pre-release
Pre-release
Compare
Choose a tag to compare
@bb-sycl bb-sycl released this 03 Dec 17:37
· 116869 commits to sycl since this release
2359d94
[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.