Skip to content

[SYCL] Fix ONEAPI::online_compiler impl after #4014 #4128

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

dm-vodopyanov
Copy link
Contributor

@dm-vodopyanov dm-vodopyanov commented Jul 17, 2021

This patch fixes implementation of INTEL::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 INTEL::online_compiler<Lang> & returns instead of wrong
    ext::intel::online_compiler<Lang> &

This patch fixes implementation of ONEAPI::online_compiler class after
PR intel#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> &`
@dm-vodopyanov dm-vodopyanov requested a review from a team as a code owner July 17, 2021 10:28
@dm-vodopyanov dm-vodopyanov requested review from s-kanaev and bader July 17, 2021 10:28
@bader bader merged commit ea4b8a9 into intel:sycl Jul 17, 2021
@dm-vodopyanov dm-vodopyanov deleted the private/dvodopya/fix-post-commit-after-4014 branch February 10, 2022 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants