Skip to content

implement dpnp.argmin and dpnp.argmax using dpctl.tensor - #1610

Merged
vtavana merged 17 commits into
masterfrom
argmin_argmax
Nov 23, 2023
Merged

implement dpnp.argmin and dpnp.argmax using dpctl.tensor#1610
vtavana merged 17 commits into
masterfrom
argmin_argmax

Conversation

@vtavana

Copy link
Copy Markdown
Contributor

In this PR, dpnp.argmax and dpnp.argmin are implemented using their dpctl.tensor counterparts.

  • Have you provided a meaningful PR description?
  • Have you added a test, reproducer or referred to issue with a reproducer?
  • Have you tested your changes locally for CPU and GPU devices?
  • Have you made sure that new changes do not introduce compiler warnings?
  • Have you checked performance impact of proposed changes?
  • If this PR is a work in progress, are you filing the PR as a draft?

@vtavanavtavana self-assigned this Oct 27, 2023
Comment threaddpnp/dpnp_array.py Outdated
Comment threaddpnp/dpnp_iface_searching.py
Comment threaddpnp/dpnp_iface_searching.py Outdated
Comment threaddpnp/dpnp_iface_searching.py Outdated
Comment threaddpnp/dpnp_algo/dpnp_algo_searching.pxi
Comment threadtests/third_party/cupy/sorting_tests/test_search.py
Comment threadtests/third_party/cupy/core_tests/test_ndarray_reduction.py
@vtavana
vtavana changed the base branch from max_min to diag_vander_ptp_traceOctober 27, 2023 17:30
@github-actions

github-actionsBot commented Oct 27, 2023

Copy link
Copy Markdown
Contributor

View rendered docs @ https://intelpython.github.io/dpnp/index.html

@vtavana
vtavanaforce-pushed the diag_vander_ptp_trace branch from 1e50360 to bd6fcb0CompareNovember 8, 2023 17:46
Comment threaddpnp/dpnp_iface_searching.py Outdated
@vtavana
vtavanaforce-pushed the diag_vander_ptp_trace branch 2 times, most recently from 93b6b10 to 34a1407CompareNovember 16, 2023 18:35
Base automatically changed from diag_vander_ptp_trace to masterNovember 20, 2023 20:51
Comment threaddpnp/dpnp_iface_searching.py Outdated
Comment threaddpnp/dpnp_iface_searching.py
Comment threaddpnp/dpnp_array.py Outdated
Comment threaddpnp/dpnp_iface.py Outdated
Comment threaddpnp/dpnp_iface.py Outdated

@antonwolfyantonwolfy left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @vtavana LGTM!

@vtavana
vtavana merged commit 7d0815f into masterNov 23, 2023
@vtavana
vtavana deleted the argmin_argmax branch November 23, 2023 18:53
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@vtavana@npolina4@antonwolfy