dpctl
dpctl copied to clipboard
Python SYCL bindings and SYCL-based Python Array API library
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 
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  But this page https://dgpu-docs.intel.com/ contains instructions for datacenter devices, running in a very narrow subset of...
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
Build requirements for docs were changed in #1619 `docs/requirements.txt` should be updated to reflect the changes