Uh oh!
There was an error while loading. Please reload this page.
Update dpnp.indices function - #1622
Conversation
View rendered docs @ https://intelpython.github.io/dpnp/pull//index.html |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
antonwolfy
left a comment
There was a problem hiding this comment.
Thank you @npolina4 LGTM!
* Implement dpnp.mgrid and dpnp.ogrid function * address comments * address comments * Skip dtype check for Iris Xe * Update test_ranges.py * Added description of all parameters
* Update dpnp.indices function * Clean up dpnp_indices * address comments * address comments * cancel changes for test_indices_list3 * Added description of all parameters * Implement dpnp.mgrid and dpnp.ogrid function (IntelPython#1633) * Implement dpnp.mgrid and dpnp.ogrid function * address comments * address comments * Skip dtype check for Iris Xe * Update test_ranges.py * Added description of all parameters * Resolve pre-commit issue --------- Co-authored-by: Anton <100830759+antonwolfy@users.noreply.github.com> Co-authored-by: Anton Volkov <antonwolfy@gmail.com> c4b3b2e
Added all dimensions, sparse, and dtype support. Added tests.