Skip to content

Commit de4b977

Browse files
authored
Merge pull request #2093 from IntelPython/backport-gh-2092
Backport gh-2092
2 parents 100c629 + 7046ea1 commit de4b977

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [0.20.0] - Jun. 03, 2025
88

9+
This release achieves compliance of `dpctl.tensor` with the Python Array API 2024.12 standard.
10+
11+
The `dpctl` namespace has also received a number of new features, including new Python classes `dpctl.LocalAccessor`, `dpctl.WorkGroupMemory`, and `dpctl.RawKernelArg` to be used as kernel argument types, support for peer access between `dpctl.SyclDevice` instances, and support for composite Level Zero devices.
12+
913
### Added
1014

1115
* Added `dpctl.WorkGroupMemory` class representing `sycl::ext::oneapi::experimental::work_group_memory`, to be used as a kernel argument type [gh-1984](https://github.com/IntelPython/dpctl/pull/1984)
12-
* Added `dpctl.LocalAccessor`class representing `sycl::local_accessor`, to be used as a kernel argument type [gh-1991](https://github.com/IntelPython/dpctl/pull/1991)
16+
* Added `dpctl.LocalAccessor` class representing `sycl::local_accessor`, to be used as a kernel argument type [gh-1991](https://github.com/IntelPython/dpctl/pull/1991)
1317
* Added `dpctl.SyclPlatform.get_devices` method for getting all `dpctl.SyclDevices` for the platform [gh-1992](https://github.com/IntelPython/dpctl/pull/1992)
1418
* Added support for the composite devices extension for Level Zero devices, usable with some devices when setting `ZE_FLAT_DEVICE_HIERARCHY=COMBINED` [gh-1993](https://github.com/IntelPython/dpctl/pull/1993)
1519
* Added `out` keyword to `tensor.take` [gh-2010](https://github.com/IntelPython/dpctl/pull/2010)

0 commit comments

Comments
 (0)