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
Update dpnp.linalg.solve() to align NumPy 2.0 (#2198)
* Update solve with broadcasting to align numpy 2.0
* Update and add more tests for solve()
* Keep only solve() logic for numpy 2.0 compatibility
* Update cupy tests for solve()
* Align TestSolve with cupy tests
* Cover case b.ndim==0
* Add notes for solve()
0 commit comments