-
Notifications
You must be signed in to change notification settings - Fork 116
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
Clarify spec for QUEUE_INFO_SIZE and change testing for it accordingly. #1128
Clarify spec for QUEUE_INFO_SIZE and change testing for it accordingly. #1128
Conversation
aa7c7f5
to
7ebd3a3
Compare
7ebd3a3
to
72fca2f
Compare
c2926c9
to
1e8f8c9
Compare
I have updated the target branch of this PR from the |
1e8f8c9
to
2e19a50
Compare
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #1128 +/- ##
==========================================
- Coverage 14.83% 12.71% -2.12%
==========================================
Files 250 238 -12
Lines 36232 35364 -868
Branches 4097 4014 -83
==========================================
- Hits 5376 4498 -878
- Misses 30805 30862 +57
+ Partials 51 4 -47 ☔ View full report in Codecov by Sentry. |
3227899
to
ef0c779
Compare
ef0c779
to
12c665d
Compare
299e284
to
ebcd8d3
Compare
ping @oneapi-src/unified-runtime-opencl-write @oneapi-src/unified-runtime-cuda-write @oneapi-src/unified-runtime-hip-write |
9511a3a
to
af16056
Compare
af16056
to
806e13e
Compare
806e13e
to
f724434
Compare
f724434
to
0687bf4
Compare
e977a04
to
c4da51a
Compare
Also correctly report lack of queue on device support in cuda and hip adapters.
Some supported CL drivers return an error rather than NULL if you try this query on a queue that wasn't created with the ON_DEVICE and DEVICE_DEFAULT flags. This isn't correct according to the CL spec but limiting our testing to the supported case is still preferable to adding an exception to the match files.
c4da51a
to
41763be
Compare
@GeorgeWeb would be great if you could give this a review, seems like this predates the automatic reviewer team assignment being enabled. |
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.
Sorry it took so long to notice this one. Cuda and HIP adapters look good.
oneapi-src/unified-runtime#1128 --------- Co-authored-by: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
oneapi-src/unified-runtime#1128 --------- Co-authored-by: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
LLVM testing intel/llvm#12269