DPC++ daily 2021-07-18
Pre-release
Pre-release
·
150874 commits
to sycl
since this release
[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> &`