-
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
[Bindless][Exp] Add device queries for sampled image fetch #1535
[Bindless][Exp] Add device queries for sampled image fetch #1535
Conversation
Related DPC++ PR: intel/llvm#12447 |
Should we close #1529? |
@przemektmalon yeah not problem, I agree it'll be easier for you to work on your own fork if any changes are necessary. |
8f62b5a
to
56142ad
Compare
56142ad
to
8a4e378
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
8a4e378
to
8f37503
Compare
Pinging @oneapi-src/unified-runtime-bindless-images-write @oneapi-src/unified-runtime-cuda-write @oneapi-src/unified-runtime-maintain @GeorgeWeb. This PR was merged before and reverted due to DPC++ CI failures and higher priority PRs coming in. The code from the original PR hasn't changed, and DPC++ CI now passes. Reviews/approvals appreciated! |
Since this was already approved before being reverted I'll go ahead an merge this anyway. |
Added the following queries for device capabilities of fetching sampled images: