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
dpctl.tensor.nonzero() in dpctl<=0.14.5 used to return a tuple of arrays with int64 type.
Now in dpctl=0.14.6dev1nonzero() returns a tuple of arrays with int32 type.
This behavior was found only on windows OS.