-
Notifications
You must be signed in to change notification settings - Fork 751
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
USM/fill_any_size.cpp XPASS in OCL CPU in Nightly #16434
Comments
FYI @rafbiels |
Thanks for flagging. This is expected, the issue happens semi-randomly as explained in the linked oneapi-src/unified-runtime#2440. This is a memory alignment issue so any change in memory layout from an unrelated change (even as simple as renaming the binary) may cause the issue to disappear or reappear. Shall I change the XFAIL to UNSUPPORTED to avoid XPASS reports? In principle this is "supported", just the implementation has a bug. |
thanks for the explanation, yeah if its sporadic lets make it UNSUPPORTED, thats what we usually do for sporadic failures, thx |
@sarnex would you be able to advise on how to format the -// UNSUPPORTED-TRACKER: https://github.com/oneapi-src/unified-runtime/issues/2440
+// UNSUPPORTED-TRACKER:
+// https://github.com/oneapi-src/unified-runtime/issues/2440 I assume there are parsers extracting this information from the comment. Do they allow a line break here? Is this documented somewhere? |
the grep string is here, but i would just do // clang-format off |
Describe the bug
I tried just removing the XFAIL but then it fails in precommit on OCL CPU, which is really weird
#16433
Needs investigation
https://github.com/intel/llvm/actions/runs/12405518106/job/34632838094
To reproduce
No response
Environment
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: