-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
91f6a3d
commit 0443025
Showing
10 changed files
with
57 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "ProxAL" | ||
uuid = "12c3852d-bf95-4e7b-be60-68937c3c927b" | ||
authors = ["Anirudh Subramanyam <[email protected]>", "Youngdae Kim <[email protected]>", "Francois Pacaud <[email protected]>", "Michel Schanen <[email protected]>"] | ||
version = "0.8.0" | ||
version = "0.9.0" | ||
|
||
[deps] | ||
AMDGPU = "21141c5a-9bdb-4563-92ae-f87d6854732e" | ||
|
@@ -23,23 +23,14 @@ TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76" | |
|
||
[compat] | ||
AMDGPU = "0.4" | ||
CUDA = "3.4" | ||
CUDA = "4.1" | ||
CatViews = "1" | ||
ExaAdmm = "0.3" | ||
ExaPF = "0.8" | ||
ExaTron = "2.1" | ||
ExaAdmm = "0.4" | ||
ExaPF = "0.9" | ||
ExaTron = "3" | ||
HDF5 = "0.16" | ||
Ipopt = "1" | ||
JuMP = "1" | ||
KernelAbstractions = "0.8" | ||
MPI = "0.19" | ||
KernelAbstractions = "0.9" | ||
MPI = "0.20" | ||
julia = "1.8" | ||
|
||
[extras] | ||
CUDAKernels = "72cfdca4-0801-4ab0-bf6a-d52aa10adc57" | ||
LazyArtifacts = "4af54fe1-eca0-43a8-85a7-787d91b784e3" | ||
ROCKernels = "7eb9e9f0-4bd3-4c4c-8bef-26bd9629d9b9" | ||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | ||
|
||
[targets] | ||
test = ["CUDAKernels", "LazyArtifacts", "ROCKernels", "Test"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[ExaData] | ||
git-tree-sha1 = "882112a441efaa242000181b177c4005b190a4c1" | ||
lazy = true | ||
[[ExaData.download]] | ||
url = "https://web.cels.anl.gov/~mschanen/ExaData-4747d0f.tar.gz" | ||
sha256 = "6d929aa12f3841c0fb14100effff42bc5edffd7602afb4844e80996f033c3fc8" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
[deps] | ||
AMDGPU = "21141c5a-9bdb-4563-92ae-f87d6854732e" | ||
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba" | ||
CatViews = "81a5f4ea-a946-549a-aa7e-2a7f63a27d31" | ||
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab" | ||
ExaAdmm = "4d6a948c-1075-4240-a564-361a5d4e22a2" | ||
ExaPF = "0cf0e50c-a82e-488f-ac7e-41ffdff1b8aa" | ||
ExaTron = "28b18bf8-76f9-41ea-81fa-0f922810b349" | ||
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f" | ||
Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9" | ||
JuMP = "4076af6c-e467-56ae-b986-b466b2749572" | ||
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c" | ||
LazyArtifacts = "4af54fe1-eca0-43a8-85a7-787d91b784e3" | ||
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" | ||
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195" | ||
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" | ||
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" | ||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | ||
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters