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 missing dpnp.column_stack, dpnp.dstack and dpnp.row_stack (#1647)
* Implemented column_stack, dstack and row_stack
* Updated docstring of all manipulation functions
* Added tests
* Muted test causing crash on CPU due to known issue
* Disable type check in a test for column_stack
* Corrected result data type from dpnp.prod on Gen9
* Update dpnp/dpnp_iface_manipulation.py
Co-authored-by: vtavana <120411540+vtavana@users.noreply.github.com>
* Update dpnp/dpnp_iface_manipulation.py
Co-authored-by: vtavana <120411540+vtavana@users.noreply.github.com>
* Updated docstrings to address review comments
---------
Co-authored-by: vtavana <120411540+vtavana@users.noreply.github.com>
0 commit comments