Skip to content

Commit 9b53af3

Browse files
committed
final README tweaks
1 parent a63ae71 commit 9b53af3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,12 @@ Fast tensor operations using a convenient Einstein index notation.
3838

3939
- The interface for custom types has been changed and thoroughly documented, making it easier to know what to implement. This has as a consequence that more general element types of tensors are now also possible.
4040

41-
- There is a new interface to work with backends, to allow for dynamic switching between different implementations of the TensorOperations interface.
41+
- There is a new interface to work with backends, to allow for dynamic switching between different implementations of the primitive tensor operations or between different strategies for allocating new tensor objects.
4242

43-
- Support for `CuArray` objects is moved to a package extension, to avoid unnecessary CUDA dependencies for Julia versions >= 1.9
43+
- The support for `CuArray` objects is moved to a package extension, to avoid unnecessary CUDA dependencies for Julia versions >= 1.9
4444

4545
- The cache for temporaries has been removed due to its inconsistent and intricate interplay with multithreading.
46+
However, the new feature of specifying custom allocation strategies can be used to experiment with novel cache-like behaviour in the future.
4647

4748
> **WARNING:** TensorOperations 4.0 contains seveal breaking changes and cannot generally be expected to be compatible with previous versions.
4849

0 commit comments

Comments
 (0)