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
Hardened _copy_from_numpy_into to handle ndarray with USMMemory buffer underneath
Copy-with-casting kernel to transfer content of numpy.ndarray to usm_ndarray is
implemented using sycl::buffer used on ndarray's data-pointer. The pointer can
not be a host-accessible USM pointer for the behavior to be well-defined.
This change should fix issue gh-1089
0 commit comments