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
Based on the logs, this has nothing to do with GPU. The test was disabled everywhere (apparently that was a "fix") in e3f8474. Since then we have enabled -Werror for tests and this one should be updated to either disable certain warnings which are expected (like expression result unused), or to silence those warnings (by adding (void) cast).
I also don't fully understand the intent of the test. It was introduced in 45729e1 and it checks that we print JIT compilation build log at runtime when build failed, even if an application has no dedicated code for that. If that's really what we would like to check, then it shouldn't be in E2E tests, but instead it should be in form of a unit-test.
Note that 9cf1d17 changed the check string because build log messages from backends are not standardized and of course we can't always expect to see the same message from different backends (or different versions of low-level runtimes).
If we want to see a specific message for specific situations, then we need to reach out to vendors of low-level runtime and submit a feature request there to make sure that they have a corresponding test for that because we shouldn't test their implementation details.
Describe the bug
The test SYCL :: Regression/build_log.cpp is failing on gpu. Upon resolution, please remove all XFAIL from the test source.
To reproduce
Environment
Additional context
No response
The text was updated successfully, but these errors were encountered: