We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aebc91 commit e3c0db0Copy full SHA for e3c0db0
CHANGELOG.md
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+### Added
11
+- Documentation improvements
12
+- Cmake improvements and Coverage for C API
13
+- Add support for Level Zero
14
+
15
+### Fixed
16
+- Remove `cython` from `install_requires`. It allows use `dpCtl` in `numba` extensions.
17
+- Incorrect import in example.
18
19
20
## [0.5.0] - 2020-12-17
21
### Added
22
- `_Memory.get_pointer_type` static method which returns kind of USM pointer.
0 commit comments