Skip to content

Conversation

@npmiller
Copy link
Contributor

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

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.
@aelovikov-intel aelovikov-intel merged commit 933edf3 into intel:sycl May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SYCL Unittests build fail in SYCL Nightly

2 participants