Skip to content

Commit dacd26e

Browse files
authored
Support CUDA.jl 5.x (#58)
* Support CUDA.jl 5.x * Bump version
1 parent 4e41d08 commit dacd26e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ExaAdmm"
22
uuid = "4d6a948c-1075-4240-a564-361a5d4e22a2"
33
authors = ["Youngdae Kim <[email protected]>", "Kibaek Kim <[email protected]>", "Weiqi Zhang <[email protected]>", "Bowen Li <[email protected]>", "François Pacaud <[email protected]>", "Michel Schanen <[email protected]>"]
4-
version = "0.6.0"
4+
version = "0.6.1"
55

66
[deps]
77
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
@@ -19,7 +19,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1919

2020
[compat]
2121
Adapt = "3"
22-
CUDA = "4.1"
22+
CUDA = "4.1, 5"
2323
ExaTron = "3"
2424
FileIO = "1.14"
2525
KernelAbstractions = "0.9"

0 commit comments

Comments
 (0)