Skip to content

Commit 066c4d3

Browse files
committed
using TropicalGEMM
1 parent 964d02d commit 066c4d3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@ DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
1010
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1111
OMEinsum = "ebe7aa44-baf0-506c-a96f-8464559b3922"
1212
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
13+
TropicalGEMM = "a4ad3063-64a7-4bad-8738-34ed09bc0236"
1314
TropicalNumbers = "b3a74e9c-7526-4576-a4eb-79c0d4c32334"
1415

1516
[compat]
16-
CUDA = "3"
17+
CUDA = "4"
1718
DocStringExtensions = "0.8.6, 0.9"
1819
OMEinsum = "0.7"
1920
Requires = "1"
21+
TropicalGEMM = "0.1"
2022
TropicalNumbers = "0.5.4"
2123
julia = "1.3"
2224

src/TensorInference.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module TensorInference
33
using OMEinsum, LinearAlgebra
44
using DocStringExtensions, TropicalNumbers
55
using Artifacts
6+
using TropicalGEMM
67

78
# reexport OMEinsum functions
89
export RescaledArray

0 commit comments

Comments
 (0)