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] Disable HostPtr reuse when the pointer is read-only (#10334)
Mutable SYCL buffers can be initialized using a `const T* hostData`.
This change ensures that these buffers allocate new memory so that their
contents can be modified without changing the original host data. Fixes#10091.
Signed-off-by: Michael Aziz <[email protected]>
0 commit comments