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
Added tests for contiguous specialization of ndarray-to-usm-ndarray kernel
Used unitrace to verify that the contiguous kernel is exercised
in both direct call to asarray (for C-contiguous numpy array) with
type casting, and when assigning to usm-ndarray from numpy of different
data type when both arrays are dense, but strides may be negative.
0 commit comments