-
Notifications
You must be signed in to change notification settings - Fork 14.3k
[libclc] Disable external-calls testing for clspv targets #127529
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
Conversation
These targets don't include all OpenCL builtins, so there will always be external calls in the final bytecode module. Fixes llvm#127316.
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.
Thanks!
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/153/builds/23133 Here is the relevant piece of the build log for the reference
|
Just one failure:
I don't think this is related. |
These targets don't include all OpenCL builtins, so there will always be external calls in the final bytecode module. Fixes llvm#127316. (cherry picked from commit 9fec0a0)
These targets don't include all OpenCL builtins, so there will always be external calls in the final bytecode module. Fixes llvm#127316.
These targets don't include all OpenCL builtins, so there will always be external calls in the final bytecode module.
Fixes #127316.