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

Supporting dpnp array creation functions inside dpjit #254

Open
8 of 20 tasks
1e-to opened this issue Feb 17, 2021 · 4 comments
Open
8 of 20 tasks

Supporting dpnp array creation functions inside dpjit #254

1e-to opened this issue Feb 17, 2021 · 4 comments
Labels
dpnp Integration with dpnp enhancement New feature or request
Milestone

Comments

@1e-to
Copy link
Contributor

1e-to commented Feb 17, 2021

The new dpjit decorator in numba-dpex should support the following dpnp array constructors:

@diptorupd diptorupd changed the title Array creations implementation Supporting dpnp array creations functions inside dpjit Feb 22, 2023
@diptorupd diptorupd assigned chudur-budur and unassigned 1e-to Feb 22, 2023
@chudur-budur
Copy link
Collaborator

chudur-budur commented Feb 22, 2023

dpnp.empty(): PR #902
dpnp.zeros() and dpnp.ones(): PR #923

@chudur-budur
Copy link
Collaborator

dpnp.empty_like(), dpnp.zeros_like(), dpnp.ones_like(): PR #928

@chudur-budur chudur-budur added the enhancement New feature or request label Apr 3, 2023
@chudur-budur
Copy link
Collaborator

dpnp.full(): PR #991

@chudur-budur
Copy link
Collaborator

dpnp.full_like(): PR #997

@diptorupd diptorupd changed the title Supporting dpnp array creations functions inside dpjit Supporting dpnp array creation functions inside dpjit Jul 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dpnp Integration with dpnp enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants