You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Removed `dpctl.tensor.numpy_usm_shared` obsolete class and associated tests which were being skipped
27
+
* Enabled support for Python arithmetic, in-place arithmetic, reflexive arithmetic, comparison, and bitwise operators for `dpctl.tensor.usm_ndarray` type [#1324](https://github.com/IntelPython/dpctl/pull/1324).
28
+
* Removed `dpctl.tensor.numpy_usm_shared` obsolete class and associated tests which were being skipped [#1310](https://github.com/IntelPython/dpctl/pull/1310)
29
+
* Transitioned `dpctl` codebase to Cython 3.
30
+
* Improved performance of boolean reduction functions `dpctl.tensor.all` and `dpctl.tensor.any`.
31
+
* Improved performance of summation function `dpctl.tensor.sum`.
32
+
* Improved in-place arithmetic operations for addition, subtraction and multiplication.
33
+
* Updated codebase per SYCL-2020 intel/llvm compiler deprecation warnings.
34
+
* Improved performance of advanced boolean indexing for arrays whose size fits in 32-bit signed integer type.
35
+
* Removed deprecated `DPCTLDevice_GetMaxWorkItemSizes` function from the SyclInterface library.
36
+
* Improved performance of `dpctl.tensor.reshape` in the case when a copy is being made.
37
+
* Improved performance of `dpctl.tensor.roll` function.
13
38
14
39
### Fixed
15
40
41
+
* Fixed issues identified by Coverity security scans.
0 commit comments