-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
[libclc] clspv*
tests are failing
#127316
Comments
Worth mentioning that these test failures are not new. We've been suppressing them since at least LLVM 13. |
Good find, thanks. Yeah, because # nvptx-- targets don't include workitem builtins
if( NOT ARG_TRIPLE MATCHES ".*ptx.*--$" )
add_test( NAME external-calls-${obj_suffix}
COMMAND ./check_external_calls.sh ${CMAKE_CURRENT_BINARY_DIR}/${obj_suffix} ${LLVM_TOOLS_BINARY_DIR}
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} )
endif() CC @rjodinchr. |
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.
/cherry-pick 9fec0a0 |
/pull-request #127597 |
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.
As of c30a7f4:
LastTest.log: LastTest.log
Basically, they seem to boil down to:
Full build log
The text was updated successfully, but these errors were encountered: