Skip to content

Commit cde1ef5

Browse files
Added bulletpoints for reshape and roll changes
1 parent 87d4324 commit cde1ef5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3333
* Updated codebase per SYCL-2020 intel/llvm compiler deprecation warnings.
3434
* Improved performance of advanced boolean indexing for arrays whose size fits in 32-bit signed integer type.
3535
* Removed deprecated `DPCTLDevice_GetMaxWorkItemSizes` function from the SyclInterface library.
36+
* Improved performance of `dpctl.tensor.reshape` in the case when a copy is being made.
37+
* Improved performance of `dpctl.tensor.roll` function.
3638

3739
### Fixed
3840

0 commit comments

Comments
 (0)