-
Notifications
You must be signed in to change notification settings - Fork 744
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
Flaky fails on SYCL :: AtomicRef/atomic_memory_order_acq_rel.cpp #8847
Comments
@aelovikov-intel, I see that it fails quite stably in pre- and post- commits. Please, disable or fix the test as soon as possible. |
this test is flaky here #8732 |
@andylshort, I think this issue might be caused by your PR. #8825
|
I also noticed that test doesn't check |
) See #8847 --------- Co-authored-by: Alexey Bader <[email protected]>
Yes but they're unused in the failing GEN9 test runs so I think they're okay to keep, but could be written better to avoid the
I also think they might not property support I believe both are caused by the same issue, and it's likely a lower-level issue with SPIRV or the GPU driver. |
Fixed by #9111. |
It seems the issues has been seen at least twice recently:
https://github.com/intel/llvm/actions/runs/4547459972/jobs/8018077332 (post-commit run for 96acbff). Failed on GEN9 L0 like this:
As one of the pre-commit CI runs in #8510 (see discussion in comments there)
The text was updated successfully, but these errors were encountered: