IntelPython / dpnp

Data Parallel Extension for NumPy
BSD 2-Clause "Simplified" License
100 stars 22 forks source link

array api support #1755

Open icfaust opened 8 months ago

icfaust commented 8 months ago

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?

samir-nasibli commented 2 months ago

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

ndgrigorian commented 2 months ago

@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).

icfaust commented 2 months ago

is there a targeted release for array api support?

antonwolfy commented 2 months ago

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