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

Explicitly define which info queries are optional. #1332

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

aarongreig
Copy link
Contributor

@aarongreig aarongreig commented Feb 12, 2024

This is now reflected in the spec and in the CTS tests.

Also implement a few trivial fixes for adapters failing the now enforced non-optional queries.

@aarongreig
Copy link
Contributor Author

this is going to need #1196 and #1128 since they clean up some info related stuff

@aarongreig
Copy link
Contributor Author

I've included 08f14c1 in this because there's a bit of bilateral interdependence going on, if we merged either those changes or the ones from the original commit from this PR separately we'd need to fix some stuff twice, like it would mean writing more code that then just gets immediately reverted. I can split them up again if necessary.

@kbenzie kbenzie added conformance Conformance test suite issues. specification Changes or additions to the specification level-zero L0 adapter specific issues cuda CUDA adapter specific issues hip HIP adapter specific issues opencl OpenCL adapter specific issues labels Apr 10, 2024
aarongreig added a commit to aarongreig/unified-runtime that referenced this pull request May 7, 2024
This was improperly implemented and should have been reporting
UNSUPPORTED. This will be properly fixed in the test by
oneapi-src#1332
@aarongreig aarongreig force-pushed the aaron/optionalInfoQueries branch 2 times, most recently from 479b60b to c4bc178 Compare September 19, 2024 15:16
@aarongreig aarongreig marked this pull request as ready for review September 23, 2024 13:37
@aarongreig aarongreig requested review from a team as code owners September 23, 2024 13:37
@github-actions github-actions bot added the native-cpu Native CPU adapter specific issues label Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conformance Conformance test suite issues. cuda CUDA adapter specific issues hip HIP adapter specific issues level-zero L0 adapter specific issues native-cpu Native CPU adapter specific issues opencl OpenCL adapter specific issues specification Changes or additions to the specification
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants