You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SYCL][Bindless][2/4] Add experimental implementation of SYCL bindless images extension (#10112)
# Experimental Implementation of SYCL Bindless Images Extension
This commit stands as the second commit of four to make code review
easier, implementing revision 4 of the [bindless images extension
proposal](intel/llvm#9842).
## Scope
This PR covers changes made to the PI and the UR. This includes
- Extending PI with extension functions
- Updating UR FetchContent commit and implementing [UR bindless images
experimental
features](https://oneapi-src.github.io/unified-runtime/core/EXP-BINDLESS-IMAGES.html)
on the CUDA adaptor
## Following Split PRs
- [3/4] Implement the user-facing SYCL extension
- [4/4] Add tests
## Authors
Co-authored-by: Isaac Ault <[email protected]>
Co-authored-by: Hugh Bird <[email protected]>
Co-authored-by: Duncan Brawley <[email protected]>
Co-authored-by: Przemek Malon <[email protected]>
Co-authored-by: Chedy Najjar <[email protected]>
Co-authored-by: Sean Stirling <[email protected]>
Co-authored-by: Peter Zuzek <[email protected]>
0 commit comments