Skip to content

Commit

Permalink
Support CUDA.jl 5.x (#58)
Browse files Browse the repository at this point in the history
* Support CUDA.jl 5.x
* Bump version
  • Loading branch information
michel2323 authored Sep 25, 2023
1 parent 4e41d08 commit dacd26e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ExaAdmm"
uuid = "4d6a948c-1075-4240-a564-361a5d4e22a2"
authors = ["Youngdae Kim <youngdae@anl.gov>", "Kibaek Kim <kimk@anl.gov>", "Weiqi Zhang <wzhang483@wisc.edu>", "Bowen Li <libowen@umich.edu>", "François Pacaud <fpacaud@anl.gov>", "Michel Schanen <mschanen@anl.gov>"]
version = "0.6.0"
version = "0.6.1"

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

[compat]
Adapt = "3"
CUDA = "4.1"
CUDA = "4.1, 5"
ExaTron = "3"
FileIO = "1.14"
KernelAbstractions = "0.9"
Expand Down

0 comments on commit dacd26e

Please sign in to comment.