dpnp icon indicating copy to clipboard operation
dpnp copied to clipboard

Data Parallel Extension for NumPy

Results 159 dpnp issues
Sort by recently updated
recently updated
newest added

TBD - [ ] Have you provided a meaningful PR description? - [ ] Have you added a test, reproducer or referred to issue with a reproducer? - [ ]...

This package isn't compatible with [numpy 2.0](https://github.com/numpy/numpy/issues/24300).

Added new class for Universal Functions with full documentation that united unary and binary element-wise functions. Updated `dpnp.add` and `dpnp.abs` functions for prototype for future element-wise functions. All element-wise functions...

Apply fallback to numpy for all unsupported functions on cuda devices. Added tests/skipped_tests_cuda.tbl - [ ] Have you provided a meaningful PR description? - [ ] Have you added a...

This PR proposes a change to `dpnp_array.fill` method which leverages dpctl kernels to make `fill` asynchronous and more efficient, avoiding repeated calls to index the array and copying scalars to...

Implemention of histogram with sycl_kernel. This PR adds generic histogram kernel which can be used in the future to implement other versions of histogram such as `bincount`, `histogram2d` and `histogramdd`...

The PR proposes to relax upper numpy version which can be used by dpnp tests through GitHub actions. The PR is assumed to be merged once all dpnp tests are...

- [ ] Have you provided a meaningful PR description? - [ ] Have you added a test, reproducer or referred to issue with a reproducer? - [ ] Have...

This PR pins `libxml2` version to `2.13.7` due to libs dependency issue with `2.14.0` version as reported on [#146](https://github.com/conda-forge/libxml2-feedstock/issues/146). Without that change the conda package can not be build through...

The PR updates docstrings for trigonometric functions to have a blank line prior `Default` value. Also a description of `include_initial` keyword is aligned for cumulative functions. - [x] Have you...