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] 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.
0 commit comments