dpnp
dpnp copied to clipboard
Data Parallel Extension for NumPy
Need to support `dparray[::-1]` Test: `pytest tests/third_party/cupy/linalg_tests/test_product.py::TestProduct::test_reversed_outer`
This PR suggests getting rid of use `-p warnings` flag in pytest configuration and handling warnings separately. This will help to see new warnings during development - [X] Have you...
TBD - [ ] Have you provided a meaningful PR description? - [ ] Have you added a test, reproducer or referred to issue with a reproducer? - [ ]...
- [ ] Have you provided a meaningful PR description? - [ ] Have you added a test, reproducer or referred to issue with a reproducer? - [ ] Have...
The PR is indented to remove a temporary pinning to "windows-2019" and to revert changes from #1833, because an appropriate issue on `conda-forge/vc-feedstock` claimed as resolved. - [x] Have you...
TBD - [ ] Have you provided a meaningful PR description? - [ ] Have you added a test, reproducer or referred to issue with a reproducer? - [ ]...
In this PR, tests for `dpnp.fft.irfft` and `dpnp.fft.hfft` (which calls back `dpnp.fft.irfft`) are updated to make sure input array is Hermitian. This means that for 1-D array 0th element of...
In this PR, `dpnp.fft.fft2`, `dpnp.fft.ifft2`, `dpnp.fft.fftn`, `dpnp.fft.ifftn` are implemented. - [x] Have you provided a meaningful PR description? - [x] Have you added a test, reproducer or referred to issue...
This is first PR from updating docs for element-wise functions. Implement docs for ufunc. Update docs for logic element-wise functions. - [x] Have you provided a meaningful PR description? -...
This PR suggests implementing new math function `dpnp.nan_to_num()` through dpnp functions like `dpnp.isposinf()`, `dpnp.isneginf()` `dpnp.isnan()` and `dpnp.where()`. Also added new tests covering cases not implemented in CuPy tests - [X]...