IntelPython / dpnp

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

Support `out` parameter for `dpnp.all/any()` #1893

Closed vlad-perevezentsev closed 3 months ago

vlad-perevezentsev commented 3 months ago

This PR suggests adding support out parameter for dpnp.all() and dpnp.any() functions using dpnp.get_result_array() as a W/A until dpctl adds support out parameter. This also updates docstings and adds new tests to cover the new implementation

github-actions[bot] commented 3 months ago

View rendered docs @ https://intelpython.github.io/dpnp/index.html