Skip to content

Conversation

steffenlarsen
Copy link
Contributor

Select device aspect queries were using an output type for extension device queries that did not match the output type of the corresponding info query. This commit changes these to not specify the size of the output but instead base the aspect checks on whether the backend is able to return a size of the output.

Fixes #7011.

Select device aspect queries were using an output type for extension
device queries that did not match the output type of the corresponding
info query. This commit changes these to not specify the size of the
output but instead base the aspect checks on whether the backend is able
to return a size of the output.

Fixes intel#7011.

Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
@steffenlarsen steffenlarsen requested a review from a team as a code owner November 15, 2022 14:24
@steffenlarsen steffenlarsen merged commit f90d2b4 into intel:sycl Nov 16, 2022
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.

Some aspect checks use wrong return type
2 participants