-
Notifications
You must be signed in to change notification settings - Fork 738
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYCL] Remove incorrect property traits for image_accessor (#7176)
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.
- Loading branch information
1 parent
bd03e0d
commit 93d747f
Showing
2 changed files
with
0 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters