Skip to content

DPC++ daily 2021-07-18

Pre-release
Pre-release
Compare
Choose a tag to compare
@bb-sycl bb-sycl released this 18 Jul 16:34
· 150874 commits to sycl since this release
ea4b8a9
[SYCL] Fix ONEAPI::online_compiler impl after #4014 (#4128)

This patch fixes implementation of ONEAPI::online_compiler class after
PR #4014:

* fix post-commit failure in SharedLibs caused by extra syntax
operations: https://github.com/intel/llvm/runs/3091963555
* fix return type for functions which return `online_compiler<Lang> &`:
now correct `ONEAPI::online_compiler<Lang> &` returns instead of wrong
`ext::intel::online_compiler<Lang> &`