-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update
dpnp.take
implementation to get rid of limitations for input…
… arguments (#1909) * Remove limitations from dpnp.take implementation * Add more test to cover specail cases and increase code coverage * Applied pre-commit hook * Corrected test_over_index * Update docsctrings with resolving typos * Use dpnp.reshape() to change shape and create dpnp array from usm_ndarray result * Remove data syncronization from dpnp.get_result_array() * Update dpnp/dpnp_iface_indexing.py Co-authored-by: vtavana <120411540+vtavana@users.noreply.github.com> * Applied review comments --------- Co-authored-by: vtavana <120411540+vtavana@users.noreply.github.com>
- Loading branch information
1 parent
eacaa5d
commit ce26cf0
Showing
5 changed files
with
857 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.