Skip to content
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] Remove use of potentially invalid parameter from aspect queries #7393

Merged

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 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