Skip to content

Commit 0256b8e

Browse files
authored
Update CHANGELOG.md
1 parent 092e00c commit 0256b8e

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,33 @@ All notable changes to this project will be documented in this file.
55
### Added
66
- 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.
77
- 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.
8+
- Helper scripts to generate API documentation for both C API and Python.
89

910
### Fixed
1011
- Compiler warnings when building libDPPLSyclInterface and the Cython extensions.
1112

1213
### Removed
1314
- The Legacy OpenCL interface.
1415

16+
## [0.3.8] - 2020-10-08
17+
18+
### Changed
19+
- How the initial active queue is populated inside DPPLQueueMgr.
20+
- dpctl.SyclQueueManager only reports the number of non-host platform.
21+
- dpctl.SyclQueueManager now raises an exception if DPCTL C API returns a nullptr instead of a valid Sycl queue.
22+
23+
### Fixed
24+
- Several crashes in cases where an OpenCL or Level Zero platform is not available.
25+
- Fix failing platform test case. (#116)
26+
- Properly skip tests when no OpenCL devices are available.
27+
- Add skip tests to test_sycl_usm.py
28+
- Fix Gtests configuration.
29+
30+
## [0.3.7] - 2020-10-08
31+
32+
### Fixed
33+
- A crash on Windows due a Level Zero driver problem. Each device was getting enumerated twice. To handle the issue, we added a temporary fix to use only first device for each device type and backend (#118).
34+
1535
## [0.3.6] - 2020-10-06
1636
### Added
1737
- Changelog was added for dpctl.

0 commit comments

Comments
 (0)