dpctl
dpctl copied to clipboard
Python SYCL bindings and SYCL-based Python Array API library
Bumps [jidicula/clang-format-action](https://github.com/jidicula/clang-format-action) from 4.15.0 to 4.16.0. Release notes Sourced from jidicula/clang-format-action's releases. v4.16.0 What's Changed ci: Remove Ubuntu 20.04 by @jidicula in jidicula/clang-format-action#244 build: bump docker/build-push-action from 6.15.0 to 6.16.0...
A warning that `python setup.py develop` is deprecated and will no longer be supported at the end of October, 2025 has been ongoing for some time when using dpctl build...
It looks like the order-C is being ignored and the C-contiguous checks fails when using `dpnp.asnumpy()`. Please refer to the below reproducer and output with dpnp+dpctl & cupy, more specifically...
This PR proposes reducing the scope of the dpctl test suite by redacting tests which are redundant For example, the dpctl test suite for element-wise functions repeatedly tests for things...
The functionality introduced in #1964 can be better optimized by moving code from ```_copy_utils``` to the ```usm_ndarray``` itself. This will make seamless integration into other larger codebases like scikit-learn, where...
I've encountered an error when building `dpctl` with the nightly intel/llvm compiler. The details are reported here: https://github.com/intel/llvm/issues/20103 I was wondering if `dpctl` is tested with nightly compiler for CUDA-backend....
- [ ] Have you provided a meaningful PR description? - [ ] Have you added a test, reproducer or referred to an issue with a reproducer? - [ ]...
The decision to implement a TypeError broke a significant amount of the sklearnex interfaces for dpctl tensors and has prevented us from properly upgrading to 0.20 support for nearly a...
When installing the latest dpctl with pip, I get this error: ``` Traceback (most recent call last): File "", line 1, in File "/home/dcortes/mambaforge/envs/py311/lib/python3.11/site-packages/dpctl/__init__.py", line 30, in from ._device_selection import...
This adds support to create a program/executable kernel_bundle from SYCL source code. It uses the DPC++ `kernel_compiler` extension. As this is only an extension and not all backends are supported,...