-
Notifications
You must be signed in to change notification settings - Fork 738
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
[SYCL][Bindless] Refactor existing bindless aspects for missing L0 bindless functionality #14323
Conversation
…ndless functionality Add device aspects query if a device supports image arrays, unique addressing per dimension and support for sampling 1D usm images. Remove export semaphore, export image memory and fetch 3D usm image aspects as they are not supported on any backend. Update Level Zero and CUDA aspect results to reflect current support status with latest drivers.
Corresponding UR PR: oneapi-src/unified-runtime#1795 |
Friendly ping @intel/dpcpp-tools-reviewers @intel/unified-runtime-reviewers @intel/llvm-reviewers-runtime @againull |
Friendly ping @intel/dpcpp-tools-reviewers |
@intel/dpcpp-tools-reviewers Review please. |
@sarnex @intel/dpcpp-tools-reviewers Please review. Need approval as soon as you can. |
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, sorry for delay
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.
oneapi-src/unified-runtime#1795 has been merged, please update the UR repo/tag as suggested and pull in the latest changes from the sycl branch.
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.
UR LGTM
@intel/llvm-gatekeepers LGTM |
…ndless functionality (intel#14323) Add device aspects query if a device supports image arrays, unique addressing per dimension and support for sampling 1D usm images. Remove export semaphore, export image memory and fetch 3D usm image aspects as they are not supported on any backend. Update Level Zero and CUDA aspect results to reflect current support status with latest drivers.
Add device aspects query if a device supports image arrays, unique addressing per dimension and support for sampling 1D usm images.
Remove export semaphore, export image memory and fetch 3D usm image aspects as they are not supported on any backend.
Update Level Zero and CUDA aspect results to reflect current support status with latest drivers.