Skip to content

Commit 9208adc

Browse files
authored
Bump dependency compat and try using TO on newer CUDA/cuTENSOR (#223)
* Bump dependency compat and try using TO on newer CUDA/cuTENSOR * Try with latest cuTENSOR * Use CUDA 5.9 too * Restore minimum cuTENSOR version * Remove custom sources for cuTENSOR * Restore cutensor source but in the right place * Get rid of sources
1 parent 5d35cf0 commit 9208adc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "TensorOperations"
22
uuid = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2"
33
authors = ["Lukas Devos <lukas.devos@ugent.be>", "Maarten Van Damme <maartenvd1994@gmail.com>", "Jutho Haegeman <jutho.haegeman@ugent.be>"]
4-
version = "5.3.1"
4+
version = "5.3.2"
55

66
[deps]
77
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
@@ -32,7 +32,7 @@ TensorOperationscuTENSORExt = ["cuTENSOR", "CUDA"]
3232
[compat]
3333
Aqua = "0.6, 0.7, 0.8"
3434
Bumper = "0.6, 0.7"
35-
CUDA = "5.4.0"
35+
CUDA = "5"
3636
ChainRulesCore = "1"
3737
ChainRulesTestUtils = "1"
3838
DynamicPolynomials = "0.5"
@@ -49,7 +49,7 @@ StridedViews = "0.3, 0.4"
4949
Test = "1"
5050
TupleTools = "1.6"
5151
VectorInterface = "0.4.1,0.5"
52-
cuTENSOR = "2.1.1"
52+
cuTENSOR = ">=2.1.1"
5353
julia = "1.8"
5454

5555
[extras]

0 commit comments

Comments
 (0)