-
Notifications
You must be signed in to change notification settings - Fork 120
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
Conversation
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. |
08f14c1
to
076d1e5
Compare
This was improperly implemented and should have been reporting UNSUPPORTED. This will be properly fixed in the test by oneapi-src#1332
59552ff
to
ebf7c11
Compare
361400b
to
1c0a2ce
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM for L0
c3fc047
to
4cbc46f
Compare
ping @oneapi-src/unified-runtime-native-cpu-write @oneapi-src/unified-runtime-cuda-write @oneapi-src/unified-runtime-hip-write |
0991f57
to
7470d9e
Compare
7470d9e
to
3af2e57
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CUDA/HIP LGTM
57ff568
to
0073b4b
Compare
@oneapi-src/unified-runtime-native-cpu-write please take a look, the adapter changes are pretty trivial |
This is now reflected in the spec and in the CTS tests. Also includes a number of minor fixes for adapter implementations of related info queries.
0073b4b
to
c0a372b
Compare
LLVM PR: intel/llvm#16381 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cuda and HIP adapter changes look good to me.
Pulled into intel/llvm by intel/llvm#16256 |
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.