File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -54,17 +54,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
54
54
55
55
### Fixed
56
56
- 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 )
59
59
- Fix a typo in the pytest configuration (#490 )
60
60
- Fixed dbg_build.sh script for Linux to use L0
61
- - Reuse IntelSycl_LIBRARY_DIR
61
+ - Reuse IntelSycl_LIBRARY_DIR variable in cmake
62
62
- CXX, dpcpp used on Windows too
63
63
- 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 )
68
69
69
70
## [ 0.8.0] - 05/26/2021
70
71
You can’t perform that action at this time.
0 commit comments