We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It looks like this test is supposed to check LLVM IR emitted by the host compiler. Right?
-fsycl
Originally posted by @bader in #3259 (comment)
The text was updated successfully, but these errors were encountered:
the test is already fixed by @s-kanaev in this PR #3751
-fsycl is replaced with fsycl-device-only
the test is still located in check_device_code since now it checks device compiler output
Sorry, something went wrong.
No branches or pull requests
It looks like this test is supposed to check LLVM IR emitted by the host compiler. Right?
-fsycl
as well? Is there a better way to get the result of host-side compilation?Originally posted by @bader in #3259 (comment)
The text was updated successfully, but these errors were encountered: