Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get rid of call_origin in dpnp.nonzero #1764

Merged
merged 7 commits into from
Apr 1, 2024

Conversation

antonwolfy
Copy link
Contributor

@antonwolfy antonwolfy commented Mar 28, 2024

That PR propose to remove call_origin call from implementation of dpnp.nonzero function.
Also the PR adds more tests (including missing ones for compute follows data support) and increases coverage rate.

  • 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?

@antonwolfy antonwolfy self-assigned this Mar 28, 2024
@antonwolfy antonwolfy requested review from npolina4, vlad-perevezentsev and vtavana and removed request for npolina4 and vlad-perevezentsev March 28, 2024 18:31
Copy link
Contributor

github-actions bot commented Mar 28, 2024

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

@antonwolfy antonwolfy force-pushed the remove-fall-back-on-numpy-in-nonzero branch from 462464c to 6083c43 Compare March 28, 2024 23:27
Copy link
Collaborator

@vtavana vtavana left a comment

Choose a reason for hiding this comment

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

Thank you, @antonwolfy!

dpnp/dpnp_iface_indexing.py Show resolved Hide resolved
@antonwolfy antonwolfy merged commit a134bdc into master Apr 1, 2024
33 of 37 checks passed
@antonwolfy antonwolfy deleted the remove-fall-back-on-numpy-in-nonzero branch April 1, 2024 19:42
github-actions bot added a commit to antonwolfy/dpnp that referenced this pull request Apr 2, 2024
* Get rid of call_origin in dpnp.nonzero

* Applied review comments from IntelPython#1760

* Removed dppy/label/coverage channel for coverage run

* Rolled back dppy/label/coverage channel

* Updated note comment in description a134bdc
vtavana pushed a commit that referenced this pull request Apr 2, 2024
* Get rid of call_origin in dpnp.nonzero

* Applied review comments from #1760

* Removed dppy/label/coverage channel for coverage run

* Rolled back dppy/label/coverage channel

* Updated note comment in description
Sign up for free to 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.

2 participants