Skip to content

Commit

Permalink
Merge pull request #93 from eth-cscs/lr/compat
Browse files Browse the repository at this point in the history
Update compat
  • Loading branch information
omlins authored Sep 27, 2024
2 parents 0d618c6 + 64f4b11 commit 82b8cd2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
authors = ["Samuel Omlin", "Ludovic Raess", "Ivan Utkin"]
name = "ImplicitGlobalGrid"
uuid = "4d7a3746-15be-11ea-1130-334b0c4f5fa0"
authors = ["Samuel Omlin", "Ludovic Raess", "Ivan Utkin"]
version = "0.15.1"

[deps]
Expand All @@ -12,15 +12,15 @@ CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
Polyester = "f517fe37-dbe3-4b94-8317-1923a5111588"

[extensions]
ImplicitGlobalGrid_PolyesterExt = "Polyester"
ImplicitGlobalGrid_AMDGPUExt = "AMDGPU"
ImplicitGlobalGrid_CUDAExt = "CUDA"
ImplicitGlobalGrid_PolyesterExt = "Polyester"

[compat]
AMDGPU = "0.5, 0.6, 0.7, 0.8"
AMDGPU = "0.6, 0.7, 0.8, 0.9, 1"
CUDA = "1, ~3.1, ~3.2, ~3.3, ~3.7.1, ~3.8, ~3.9, ~3.10, ~3.11, ~3.12, ~3.13, 4, 5"
Polyester = "0.7"
MPI = "0.20"
Polyester = "0.7"
julia = "1.9"

[extras]
Expand Down

0 comments on commit 82b8cd2

Please sign in to comment.