-
Notifications
You must be signed in to change notification settings - Fork 787
[SYCL] Pass driver options to JIT compiler and linker #5476
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
[SYCL] Pass driver options to JIT compiler and linker #5476
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I found, that this patch is affecting 1 more test in intel/llvm-test-suite. Working on it. |
/verify with intel/llvm-test-suite#806 |
/verify with intel/llvm-test-suite#806 |
/verify with intel/llvm-test-suite#806 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only a minor nit, otherwise LGTM!
Co-authored-by: Steffen Larsen <[email protected]>
c70286a
@steffenlarsen @romanovvlad Could you, please, reapprove this PR? |
/verify with intel/llvm-test-suite#806 |
I have resolved merge conflict between my branch and intel/sycl. @steffenlarsen @romanovvlad could you, please, reapprove this PR? |
/verify with intel/llvm-test-suite#806 |
/verify with intel/llvm-test-suite#806 |
All check, which are failing, were fixed by intel/llvm-test-suite#806 . |
@vladimirlaz, could you merge this PR, please? |
will do after 6PM MSK |
@HabKaffee it looks like we have post-commit build failure with the patch |
Is it caused by this patch or 87f60f6? |
@vladimirlaz I see, that 87f60f6 which was before my commit failed |
Sorry, you are right... |
This patch implements passing compiler and link options to sycl::compile() and sycl::link() respectively.