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
implement dpnp.argmin and dpnp.argmax using dpctl.tensor (#1610)
* rework implementation of diag, diagflat, vander, and ptp
* address comments - first round
cherry-pick
* address comments - second round
* add tests for negative use cases to improve covergae
* fixed missing merge conflicts
* fix pre-commit
* implement dpnp.argmin and dpnp.argmax using dpctl.tensor
* address comments
* add tests for negative use cases to improve coverage
* remove unneccessary parts with updates in dpctl #1465
* add paramater section in doc
* update ndarray.argmin and ndarray.argmax function signature
* use a utility func for returning output
* add tests for ndarray implementation
* Place new function acc to lexicographical order
---------
Co-authored-by: Anton Volkov <[email protected]>
Co-authored-by: Anton <[email protected]>
0 commit comments