You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lbushi25
changed the title
Compilation of DeviceLib/device-windows.cpp failing to compile on windows, cpu
Compilation of DeviceLib/device-windows.cpp fails on windows, cpu
Jan 2, 2025
Hey @ayylol , it looks like this is related to split e2e testing, the test has
// REQUIRES: cpu,windows
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
Hey @ayylol , it looks like this is related to split e2e testing, the test has
// REQUIRES: cpu,windows
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.
Nevertheless, it makes sense to fix this.
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: