-
Notifications
You must be signed in to change notification settings - Fork 752
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][E2E] syclcompat/launch/launch_properties.cpp
fails compilation, this test also never runs on CI
#16794
Comments
syclcompat/launch/launch_properties.cpp
fails compilation, this test also never runs on CI
@aacostadiaz I have confirmed this test now fails to build. Is this an issue for your work, or does this not affect you? |
Thanks for the update! Does this issue only affect the test, or is it related to the launch implementation itself? We're currently using that launcher. |
I'm not sure, that's really why I thought I should ask you. So you are using the launcher with the latest version of dpc++ and you have no problems? |
Yes, we are using the launcher with the latest nightly version and haven't found any problems so far. |
OK thanks! |
This is low priority:
|
Describe the bug
This test does not run on CI due to the
REQUIRES: aspect-ext_oneapi_cuda_cluster_group
line, when trying to compile this for the nvidia triple on build-only mode it fails with the following error message:To run:
llvm-lit ./syclcompat/launch/launch_properties.cpp --param test-mode=build-only -a --param sycl_build_targets="nvidia"
To reproduce
llvm-lit ./syclcompat/launch/launch_properties.cpp --param test-mode=build-only -a --param sycl_build_targets="nvidia"
Environment
Additional context
No response
The text was updated successfully, but these errors were encountered: