array api support
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?
@oleksandr-pavlyk @ndgrigorian @antonwolfy is there any updates?
@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).
is there a targeted release for array api support?
@icfaust, we are targeting to add the support in 0.17.0 release of dpnp.