-
Notifications
You must be signed in to change notification settings - Fork 769
Compilation of DeviceLib/assert-windows.cpp fails on windows, cpu #16507
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
Comments
Hey @ayylol , it looks like this is related to split e2e testing, the test has
but somehow it is compiling in the Linux build E2E tests job. Probably it's fine to ignore most stuff in the build job like GPU, but we probably should at least honor the OS, since the problem here is this test doesn't compile on Linux for whatever reason |
This test uses the SYCL assert headers which actually have specialized versions for windows, that could have something to do with it. |
…tel#17379) This test was xfailed because previously we would ignore features in `build-only` mode so it would be incorrectly ran on Linux, despite the Windows requirement. This was fixed in intel#16725. Fixes intel#16507
Describe the bug
The E2E test
SYCL :: DeviceLib/assert-windows.cpp
is failing to compile on windows, cpu.Upon resolution, please remove XFAIL from test source.
To reproduce
The following snippet is taken from the job with the name "SYCL Pre Commit on Linux / build_e2e_tests / Build e2e tests (pull_request)".
Environment
Additional context
No response
The text was updated successfully, but these errors were encountered: