Skip to content

Commit 096da66

Browse files
authoredJul 23, 2023
Update performance.jl
1 parent 100f278 commit 096da66

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎docs/src/performance.jl

+4-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ tn = TensorNetworkModel(model; optimizer, evidence);
3939
contraction_complexity(tn)
4040

4141
# ## Faster Tropical tensor contraction to speed up MAP and MMAP
42-
# No extra effort is required to enjoy the BLAS level speed provided by [`TropicalGEMM`](https://github.com/TensorBFS/TropicalGEMM.jl).
42+
# One can enjoy the BLAS level speed provided by [`TropicalGEMM`](https://github.com/TensorBFS/TropicalGEMM.jl) by importing the package with
43+
# ```julia
44+
# using TropicalGEMM
45+
# ```
4346
# The benchmark in the `TropicalGEMM` repo shows this performance is close to the theoretical optimal value.
4447
# Its implementation on GPU is under development in Github repo [`CuTropicalGEMM.jl`](https://github.com/ArrogantGao/CuTropicalGEMM.jl) as a part of [Open Source Promotion Plan summer program](https://summer-ospp.ac.cn/).
4548

0 commit comments

Comments
 (0)