-
Notifications
You must be signed in to change notification settings - Fork 738
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
SYCL Unittests build fail in SYCL Nightly #13737
Comments
@aelovikov-intel For some reason, we see this failure only in SYCL Nightly, not in post or pre commit. Do we have any special configuration for Nightly builds? |
From the timing of this failing today, I think it is likely due to #13619 |
Sounds like it is at least partially explained by gcc12 catching bugs that earlier versions didn't: #13738 |
This value is the size of the data associated with the property, but for `PI_PROPERTY_TYPE_UINT32`, the data is always `nullptr` so this should be 0. I suspect the initial patch meant to construct a vector of 4 values of 0, but that initializer list construct a vector of 2 values with 4 and 0 instead. Should fix: #13737
Describe the bug
Run: https://github.com/intel/llvm/actions/runs/9026632746/job/24804245927
To reproduce
DPC++ commit: 1a60087
Environment
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: