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

In this PR, `oneapi::mkl::blas::column_major::gemm` and `oneapi::mkl::blas::column_major::gemm_batch` are added to be used in `dpnp.matmul` when the base of input arrays is f-contiguous. In addition, the `gemm_batch` is updated to improve the...

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

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

Hi! I have trouble with installing dpnp in my virtual env. python -m pip install --index-url https://pypi.anaconda.org/intel/simple dpnp Looking in indexes: https://pypi.anaconda.org/intel/simple ERROR: Could not find a version that satisfies...

when I use dpnp.linalg.rank on an array of size (100, 100) or more, I get interrupted from running further code

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

The PR suggests switching to LLVM Linker for Linux OS. It would help to improve link time (to reduce about 1 minute of build time). - [x] Have you provided...

## Description Enable computations on devices [CPU/GPU]. ## Tests * DPNP own: ```shell tests/test_random.py::TestDistributionsVonmises::test_moments[large_kappa] PASSED tests/test_random.py::TestDistributionsVonmises::test_moments[small_kappa] PASSED tests/test_random.py::TestDistributionsVonmises::test_invalid_args PASSED tests/test_random.py::TestDistributionsVonmises::test_seed[large_kappa] FAILED tests/test_random.py::TestDistributionsVonmises::test_seed[small_kappa] FAILED ``` * \+ numpy external ## TODO...

in progress

The page is deployed in fork https://densmirn.github.io/dpnp/compute_follows_data.html.