-
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
[Bindless][Exp] Add device queries for sampled image fetch #1264
[Bindless][Exp] Add device queries for sampled image fetch #1264
Conversation
Related DPC++ MR: intel/llvm#12447 |
aa442a3
to
9713f7d
Compare
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #1264 +/- ##
==========================================
- Coverage 14.82% 12.46% -2.36%
==========================================
Files 250 239 -11
Lines 36220 36087 -133
Branches 4094 4092 -2
==========================================
- Hits 5369 4498 -871
- Misses 30800 31585 +785
+ Partials 51 4 -47 ☔ View full report in Codecov by Sentry. |
9713f7d
to
c9f5374
Compare
6ddda43
to
098b310
Compare
Friendly ping @oneapi-src/unified-runtime-cuda-write |
81d9401
to
18f3039
Compare
b386db5
to
0f07c69
Compare
Friendly ping to @oneapi-src/unified-runtime-cuda-write and @ldrumm for re-reviews/approvals/merging. The changes in this MR are minimal, however I would need them to be merged before I can update the related DPC++ MR to make it ready to review and get it closer to merging. Note that the related DPC++ MR fails CI but this is stemming from tests that are unrelated to that particular MR/ |
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 changes LGTM
0f07c69
to
7500178
Compare
803036e
to
30e4fd3
Compare
Marked as ready to merge. Corresponding DPC++ PR has gotten approvals and passed the last CI (currently running again due to git merge, but it is passing). |
8fe880b
to
60b8afe
Compare
69e70cb
to
0ead0ca
Compare
Added the following queries for device capabilities of fetching sampled images: - DEVICE_INFO_BINDLESS_SAMPLED_IMAGE_FETCH_1D_USM_EXP - DEVICE_INFO_BINDLESS_SAMPLED_IMAGE_FETCH_1D_EXP - DEVICE_INFO_BINDLESS_SAMPLED_IMAGE_FETCH_2D_USM_EXP - DEVICE_INFO_BINDLESS_SAMPLED_IMAGE_FETCH_2D_EXP - DEVICE_INFO_BINDLESS_SAMPLED_IMAGE_FETCH_3D_USM_EXP - DEVICE_INFO_BINDLESS_SAMPLED_IMAGE_FETCH_3D_EXP
0ead0ca
to
21f023f
Compare
Added the following queries for device capabilities of fetching sampled images: