Skip to content
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 Images][Exp] Exp USM Queries Inconsistent With UR Core #691

Open
isaacault opened this issue Jul 5, 2023 · 0 comments
Open

[Bindless Images][Exp] Exp USM Queries Inconsistent With UR Core #691

isaacault opened this issue Jul 5, 2023 · 0 comments
Labels
specification Changes or additions to the specification

Comments

@isaacault
Copy link
Contributor

Issue raised in response to this discussion on #689 .

The issue has to do with the Bindless Images experimental USM queries not being consistent with UR core terminology. The experimental feature has been created using SYCL terminology with USM types host, device, and shared. The core spec, however, matched the way the OpenCL Intel vendor extension is written for USM where there exist host and device, but shared has been divided into single shared, cross shared, and system shared.

The purpose of this issue is to investigate these differences and extend the Bindless Images experimental USM queries to align with the core UR terminology.

@alycm alycm added the specification Changes or additions to the specification label Jul 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
specification Changes or additions to the specification
Projects
None yet
Development

No branches or pull requests

2 participants