-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
dpnpIntegration with dpnpIntegration with dpnpenhancementNew feature or requestNew feature or request
Milestone
Description
The new dpjit decorator in numba-dpex should support the following dpnp array constructors:
-
arange -
linspace -
empty -
empty_like: Implementation for dpnp.empty_like(), dpnp.zeros_like() and dpnp.ones_like() #928 -
eye -
identity -
zeros: Implementing dpnp.zeros() and dpnp.ones() interface #923 -
zeros_like: Implementation for dpnp.empty_like(), dpnp.zeros_like() and dpnp.ones_like() #928 -
ones: Implementing dpnp.zeros() and dpnp.ones() interface #923 -
ones_like: Implementation for dpnp.empty_like(), dpnp.zeros_like() and dpnp.ones_like() #928 -
full: Implementation for dpnp.full() #991 -
full_like: Implementation for dpnp.full_like() #997 -
array -
asarray: Support dpnp.asarray in dpjit. #1013 -
copy -
diag -
tri -
tril -
triu -
vander
Metadata
Metadata
Assignees
Labels
dpnpIntegration with dpnpIntegration with dpnpenhancementNew feature or requestNew feature or request