-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ROCm, create one github_runner-[device].yaml file per device; rem…
…ove debugging info from CMakeLists.txt
- Loading branch information
Showing
5 changed files
with
63 additions
and
17 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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
spack: | ||
definitions: | ||
- pkgs: | ||
- gcc@12.1.0 | ||
- git | ||
- patch | ||
- flex | ||
- bison | ||
- hwloc | ||
- unzip | ||
- python@3 | ||
- py-pip | ||
- py-pandas | ||
- py-matplotlib | ||
- py-tables | ||
- py-networkx | ||
- py-cython | ||
- py-wheel | ||
- cmake | ||
- ninja | ||
- otf2@2.3 | ||
- openmpi | ||
|
||
view: true | ||
specs: | ||
- matrix: | ||
- [$pkgs] |
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,28 @@ | ||
spack: | ||
definitions: | ||
- pkgs: | ||
- gcc@11.3.0 | ||
- git | ||
- rocm@5.4.3 | ||
- patch | ||
- flex | ||
- bison | ||
- hwloc | ||
- unzip | ||
- python@3 | ||
- py-pip | ||
- py-pandas | ||
- py-matplotlib | ||
- py-tables | ||
- py-networkx | ||
- py-cython | ||
- py-wheel | ||
- cmake | ||
- ninja | ||
- otf2@2.3 | ||
- openmpi | ||
|
||
view: true | ||
specs: | ||
- matrix: | ||
- [$pkgs] |
File renamed without changes.
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