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] Stop placeholder accessor acting like host accessor.
Accessor with placeholder template parameter set to true should not
trigger copying memory to host and blocking operations with a memory
object during its lifetime. It should only capture information about
target memory, access mode, base type and so on, to be later bound to
some specific command group.
Signed-off-by: Vlad Romanov <vlad.romanov@intel.com>
0 commit comments