Skip to content

Commit 96c4261

Browse files
committed
Mention predecessors in README
1 parent 993ffd0 commit 96c4261

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tblis_jll = "9c7f617c-f299-5d18-afb6-044c7798b3d0"
1313
[compat]
1414
TensorOperations = "4"
1515
TupleTools = "1"
16-
julia = "1.6 - 1"
16+
julia = "1.6"
1717
tblis_jll = "1.2"
1818

1919
[extras]

README.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
[codecov-img]: https://codecov.io/gh/lkdvos/TensorOperationsTBLIS.jl/branch/master/graph/badge.svg
1414
[codecov-url]: https://codecov.io/gh/lkdvos/TensorOperationsTBLIS.jl
1515

16-
Currently provides implementations of `tensorcontract!` and `tensoradd!` for `StridedArray{<:BlasFloat}`. These can be accessed through the backend system of TensorOperations, i.e.
16+
Currently provides implementations of `tensorcontract!` and `tensoradd!` for
17+
`StridedArray{<:BlasFloat}`. These can be accessed through the backend system of
18+
TensorOperations, i.e.
19+
1720
```julia
1821
using TensorOperations
1922
using TensorOperationsTBLIS
@@ -31,8 +34,16 @@ end
3134
```
3235

3336
Additionally, the number of threads used by tblis can be set by:
37+
3438
```julia
3539
using TensorOperationsTBLIS
3640
tblis_set_num_threads(4)
3741
@show tblis_get_num_threads()
3842
```
43+
44+
## Notes
45+
46+
- This implementation of tblis for TensorOperations.jl is only supported from v4.0.0 of
47+
TensorOperations.jl onwards. For older versions, you could look for
48+
[BliContractor.jl](https://github.com/xrq-phys/BliContractor.jl) or
49+
[TBLIS.jl](https://github.com/FermiQC/TBLIS.jl).

0 commit comments

Comments
 (0)