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

Remove legacy dpnp array ctor stub overloads. #1025

Merged
merged 1 commit into from
May 3, 2023
Merged

Conversation

diptorupd
Copy link
Contributor

  • Have you provided a meaningful PR description?

The legacy stub overloads for dpnp array constructors in dpnp_iface/dpnp_array_creations_impl.py are getting replaced by actual overloads in the dpnp_iface.arrayobj module. The new overloads either will use the dpctl array API constructors are implement the functionality inside numba-dpex.

  • Have you added a test, reproducer or referred to an issue with a reproducer?

Only removal of code.

  • Have you tested your changes locally for CPU and GPU devices?
  • Have you made sure that new changes do not introduce compiler warnings?
  • If this PR is a work in progress, are you filing the PR as a draft?

@diptorupd diptorupd requested a review from mingjie-intel as a code owner May 3, 2023 06:04
@diptorupd diptorupd requested a review from chudur-budur May 3, 2023 06:04
@diptorupd diptorupd force-pushed the remove/dpnp_stubs branch from bf1d936 to 23d995d Compare May 3, 2023 06:14
@diptorupd diptorupd removed the request for review from mingjie-intel May 3, 2023 06:14
@diptorupd diptorupd merged commit 20d4340 into main May 3, 2023
@diptorupd diptorupd deleted the remove/dpnp_stubs branch May 3, 2023 15:31
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.

1 participant