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 87d4324 commit cde1ef5Copy full SHA for cde1ef5
CHANGELOG.md
@@ -33,6 +33,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
33
* Updated codebase per SYCL-2020 intel/llvm compiler deprecation warnings.
34
* Improved performance of advanced boolean indexing for arrays whose size fits in 32-bit signed integer type.
35
* 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.
38
39
### Fixed
40
0 commit comments