dpctl icon indicating copy to clipboard operation
dpctl copied to clipboard

Python SYCL bindings and SYCL-based Python Array API library

Results 106 dpctl issues
Sort by recently updated
recently updated
newest added

The dpctl package exposes the ```__array_namespace__``` and nearly implements the full array API standard, however, it specifically skips the conformance tests related to linalg: https://github.com/IntelPython/dpctl/blob/master/.github/workflows/array-api-skips.txt . The module is non...

Most of these are not clickable: https://intelpython.github.io/dpctl/latest/beginners_guides/index.html#beginners-guides ![Image](https://github.com/user-attachments/assets/7a40af0a-118f-486f-9716-6715c1d139fa)

documentation

ref https://github.com/IntelPython/dpnp/issues/2437 The installation guide gives a link to install device drivers: https://intelpython.github.io/dpctl/latest/beginners_guides/installation.html#system-requirements ![Image](https://github.com/user-attachments/assets/1a1a442a-0f00-4aa1-99a8-b627c742d02b) But this page https://dgpu-docs.intel.com/ contains instructions for datacenter devices, running in a very narrow subset of...

documentation

With current nightly compiler, dpctl will fail to link when built for HIP backend due to undefined symbols (i.e., `__muldc3`). Since compiler does not support arithmetic with `std::complex` on HIP...

`asarray` on NumPy arrays supports `order` kwarg, and given order is respected when `dpt.to_numpy`/`dpt.asnumpy` are called on `usm_ndarray` `from_numpy` is the exception

enhancement

Build requirements for docs were changed in #1619 `docs/requirements.txt` should be updated to reflect the changes