dpnp icon indicating copy to clipboard operation
dpnp copied to clipboard

array api support

Open icfaust opened this issue 1 year ago • 4 comments

Hello,

Array API support (which is in the docs external links), is currently missing (missing __array_namespace__ in dpnp.ndarray, incorrect signatures in methods (to_device for example). Will the array_api standard be implemented in dpnp?

icfaust avatar Mar 22 '24 09:03 icfaust

@oleksandr-pavlyk @ndgrigorian @antonwolfy is there any updates?

samir-nasibli avatar Sep 10 '24 10:09 samir-nasibli

@oleksandr-pavlyk @ndgrigorian @antonwolfy is there any updates?

Yes, it won't be in this coming release, but dpnp is targeting array API support for the dpnp namespace (like NumPy 2.0 and greater, no array API sub-module).

ndgrigorian avatar Sep 21 '24 01:09 ndgrigorian

is there a targeted release for array api support?

icfaust avatar Sep 21 '24 07:09 icfaust

@icfaust, we are targeting to add the support in 0.17.0 release of dpnp.

antonwolfy avatar Sep 23 '24 08:09 antonwolfy