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
The E2E tests
sycl/test-e2e/KernelAndProgram/free_function_apis.cpp sycl/test-e2e/KernelAndProgram/free_function_kernels.cpp sycl/test-e2e/DeviceImageDependencies/free_function_kernels.cpp
fail on CUDA and there are comments saying this is due to name mangling for free function kernels not working with PTX.
Simply run llvm-lit with the tests above on a CUDA platform.
llvm-lit
sycl-ls --verbose
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
The E2E tests
fail on CUDA and there are comments saying this is due to name mangling for free function kernels not working with PTX.
To reproduce
Simply run
llvm-lit
with the tests above on a CUDA platform.Environment
sycl-ls --verbose
]Additional context
No response
The text was updated successfully, but these errors were encountered: