-
Notifications
You must be signed in to change notification settings - Fork 9
Add spack installation CI for HIP backend #318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
yasahi-hpc
wants to merge
12
commits into
main
Choose a base branch
from
rocm-spack-ci
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
5200c0e
fix conflicts
7d22a01
Install gfortran in rocm container
203ae1f
fix: conflict
04892a3
Add more external packages for rocm env
21ecf3f
try kokkos-fft new recipe
e2ecd12
debug rocm recipe
297e11a
use new kokkos-fft recipe
9bc8f93
use official develop recipe
08b448b
fix: conflict
6b85b8a
remove unused repos.yaml
db2fd4e
fix: conflict
67794bf
find compiler
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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,134 @@ | ||
# SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file | ||
# | ||
# SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception | ||
|
||
packages: | ||
llvm-amdgpu: | ||
buildable: false | ||
externals: | ||
- spec: [email protected] | ||
prefix: /opt/rocm | ||
extra_attributes: | ||
compilers: | ||
c: /opt/rocm/bin/amdclang | ||
cxx: /opt/rocm/bin/amdclang++ | ||
hip: | ||
buildable: false | ||
externals: | ||
- spec: [email protected] | ||
prefix: /opt/rocm-6.2.0 | ||
hipfft: | ||
buildable: false | ||
externals: | ||
- spec: [email protected] | ||
prefix: /opt/rocm-6.2.0 | ||
hipblas: | ||
buildable: false | ||
externals: | ||
- spec: [email protected] | ||
prefix: /opt/rocm-6.2.0 | ||
hipcub: | ||
buildable: false | ||
externals: | ||
- spec: [email protected] | ||
prefix: /opt/rocm-6.2.0 | ||
hipfort: | ||
buildable: false | ||
externals: | ||
- spec: [email protected] | ||
prefix: /opt/rocm-6.2.0 | ||
hipify-clang: | ||
buildable: false | ||
externals: | ||
- spec: [email protected] | ||
prefix: /opt/rocm-6.2.0 | ||
hiprand: | ||
buildable: false | ||
externals: | ||
- spec: [email protected] | ||
prefix: /opt/rocm-6.2.0 | ||
hipsolver: | ||
buildable: false | ||
externals: | ||
- spec: [email protected] | ||
prefix: /opt/rocm-6.2.0 | ||
hipsparse: | ||
buildable: false | ||
externals: | ||
- spec: [email protected] | ||
prefix: /opt/rocm-6.2.0 | ||
hsa-rocr-dev: | ||
buildable: false | ||
externals: | ||
- spec: [email protected] | ||
prefix: /opt/rocm-6.2.0 | ||
hsakmt-roct: | ||
buildable: false | ||
externals: | ||
- spec: [email protected] | ||
prefix: /opt/rocm-6.2.0 | ||
miopen-hip: | ||
buildable: false | ||
externals: | ||
- spec: [email protected] | ||
prefix: /opt/rocm-6.2.0 | ||
rccl: | ||
buildable: false | ||
externals: | ||
- spec: [email protected] | ||
prefix: /opt/rocm-6.2.0 | ||
rocalution: | ||
buildable: false | ||
externals: | ||
- spec: [email protected] | ||
prefix: /opt/rocm-6.2.0 | ||
rocfft: | ||
buildable: false | ||
externals: | ||
- spec: [email protected] | ||
prefix: /opt/rocm-6.2.0 | ||
rocprim: | ||
buildable: false | ||
externals: | ||
- spec: [email protected] | ||
prefix: /opt/rocm-6.2.0 | ||
rocblas: | ||
buildable: false | ||
externals: | ||
- spec: [email protected] | ||
prefix: /opt/rocm-6.2.0 | ||
roctracer-dev: | ||
buildable: false | ||
externals: | ||
- spec: [email protected] | ||
prefix: /opt/rocm-6.2.0 | ||
rocsparse: | ||
buildable: false | ||
externals: | ||
- spec: [email protected] | ||
prefix: /opt/rocm-6.2.0 | ||
rocsolver: | ||
buildable: false | ||
externals: | ||
- spec: [email protected] | ||
prefix: /opt/rocm-6.2.0 | ||
rocrand: | ||
buildable: false | ||
externals: | ||
- spec: [email protected] | ||
prefix: /opt/rocm-6.2.0 | ||
rocprofiler-dev: | ||
buildable: false | ||
externals: | ||
- spec: [email protected] | ||
prefix: /opt/rocm-6.2.0 | ||
python: | ||
buildable: false | ||
externals: | ||
- spec: [email protected]+bz2+crypt+ctypes+dbm+lzma+pyexpat~pythoncmd+readline+sqlite3+ssl~tkinter+uuid+zlib | ||
prefix: /usr | ||
cmake: | ||
buildable: false | ||
externals: | ||
- spec: [email protected] | ||
prefix: /opt/cmake |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.