Skip to content

Commit d8bd4e4

Browse files
authored
Update CHANGELOG.md
1 parent 8dd23c9 commit d8bd4e4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22
All notable changes to this project will be documented in this file.
33

44
## [Unreleased]
5+
### Added
6+
- setup.py builds C++ backend for develop and install commands.
57

68
## [0.4.0] - 2020-11-04
79
### Added
810
- Device descriptors "max_compute_units", "max_work_item_dimensions", "max_work_item_sizes", "max_work_group_size", "max_num_sub_groups" and "aspects" for int64 atomics inside dpctl C API and inside the dpctl.SyclDevice class.
911
- MemoryUSM* classes moved to `dpctl.memory` module, added support for aligned allocation, added support for `prefetch` and `mem_advise` (sychronous) methods, implemented `copy_to_host`, `copy_from_host` and `copy_from_device` methods, pickling support, and zero-copy interoperability with Python objects which implement `__sycl_usm_array_inerface__` protocol.
1012
- Helper scripts to generate API documentation for both C API and Python.
11-
- setup.py builds C++ backend for develop and install commands.
13+
1214

1315
### Fixed
1416
- Compiler warnings when building libDPPLSyclInterface and the Cython extensions.

0 commit comments

Comments
 (0)