Skip to content

Commit

Permalink
Add support for CUDA 12 (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
michel2323 authored May 16, 2023
1 parent 7c2037a commit 44aaabe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions LocalPreferences.toml

This file was deleted.

5 changes: 1 addition & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
authors = ["Adrian Maldonado <[email protected]>", "Michel Schanen <[email protected]>", "François Pacaud <[email protected]>"]
name = "ExaPF"
uuid = "0cf0e50c-a82e-488f-ac7e-41ffdff1b8aa"
version = "0.9.0"
version = "0.9.1"

This comment has been minimized.

Copy link
@frapac

frapac May 16, 2023

Member

[compat]
CUDA = "4.1"
Expand All @@ -25,6 +25,3 @@ Metis = "2679e427-3c69-5b7f-982b-ece356f1e94b"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SparseDiffTools = "47a9eef4-7e08-11e9-0b38-333d64bd3804"

[extras]
CUDA_Runtime_jll = "76a88914-d11a-5bdc-97e0-2f5a05c973a2"

1 comment on commit 44aaabe

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/83657

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.9.1 -m "<description of version>" 44aaabef921f2d63ba1dbe653f251d35705a111e
git push origin v0.9.1

Please sign in to comment.