Skip to content

Commit abf6633

Browse files
Update CHANGELOG.md
Expanded fixes in 0.9.0
1 parent 25501b1 commit abf6633

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5454

5555
### Fixed
5656
- Fix sub devices (#479)
57-
- Fix addressof_ref function in SyclContext (#488)
58-
- Follow DPCTLDevice_CreateFromSelector which passes the check (#487)
57+
- Fix addressof_ref function in `SyclContext` (#488)
58+
- Follow `DPCTLDevice_CreateFromSelector` which passes the check (#487)
5959
- Fix a typo in the pytest configuration (#490)
6060
- Fixed dbg_build.sh script for Linux to use L0
61-
- Reuse IntelSycl_LIBRARY_DIR
61+
- Reuse IntelSycl_LIBRARY_DIR variable in cmake
6262
- CXX, dpcpp used on Windows too
6363
- Update conda-recipe/bld.bat
64-
- Change to SyclQueue.__repr__ to reflect property
65-
- Static methods _init_helper made into functions and removed from PXD files
66-
- Fixed typo in pip installation instruction
67-
- Fixed dpctl_config, added dpctl_service.h, .cpp (#539)
64+
- Change to SyclQueue.__repr__ to reflect properties (#531)
65+
- Static methods `_init_helper` made into functions and removed from PXD files (#532)
66+
- Fixed typo in pip installation instruction (#536)
67+
- Fixed dpctl_config.h, added dpctl_service.h, .cpp (#539)
68+
- Fixed `__sycl_usm_array_interface__` output for 0d arrays (#547)
6869

6970
## [0.8.0] - 05/26/2021
7071

0 commit comments

Comments
 (0)