File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,15 @@ DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
1010LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1111OMEinsum = " ebe7aa44-baf0-506c-a96f-8464559b3922"
1212Requires = " ae029012-a4dd-5104-9daa-d747884805df"
13+ TropicalGEMM = " a4ad3063-64a7-4bad-8738-34ed09bc0236"
1314TropicalNumbers = " b3a74e9c-7526-4576-a4eb-79c0d4c32334"
1415
1516[compat ]
16- CUDA = " 3 "
17+ CUDA = " 4 "
1718DocStringExtensions = " 0.8.6, 0.9"
1819OMEinsum = " 0.7"
1920Requires = " 1"
21+ TropicalGEMM = " 0.1"
2022TropicalNumbers = " 0.5.4"
2123julia = " 1.3"
2224
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ module TensorInference
33using OMEinsum, LinearAlgebra
44using DocStringExtensions, TropicalNumbers
55using Artifacts
6+ using TropicalGEMM
67
78# reexport OMEinsum functions
89export RescaledArray
You can’t perform that action at this time.
0 commit comments