Skip to content

[SYCL] Remove incorrect property traits for image_accessor #7176

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

Merged
merged 2 commits into from
Oct 25, 2022

Conversation

aelovikov-intel
Copy link
Contributor

That class is sycl::detail::image_accessor, not visible in public SYCL APIs yet we confused it thinking it's sycl::image_accessor.

In reality it's used in the implementation of sycl::accessor specialization for access::target::image so the properties are covered by property traits for sycl::accessor.

That class is sycl::detail::image_accessor, not visible in public SYCL
APIs yet we confused it thinking it's sycl::image_accessor.

In reality it's used in the implementation of sycl::accessor
specialization for access::target::image so the properties are covered
by property traits for sycl::accessor.
@aelovikov-intel aelovikov-intel requested a review from a team as a code owner October 25, 2022 16:19
@aelovikov-intel
Copy link
Contributor Author

@intel/llvm-gatekeepers , PR is ready.

@pvchupin pvchupin merged commit 93d747f into intel:sycl Oct 25, 2022
@aelovikov-intel aelovikov-intel deleted the remove-image_acc-specialization branch November 8, 2022 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants