-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for 14.0-0 release manifest.
- Change aomp_14.0.xml back to being a generic 14.0-x manifest. - Add aomp_14.0-0.xml for release specific builds. - Update clone_aomp.sh to support building using release manifests. The release manifest is used when the release branch is currently checkout out. For example the aomp-14.0-0 branch. - Add AOMP_EXTERNAL_MANIFEST to avoid using internal version if ping succeeds.
- Loading branch information
1 parent
abe825a
commit 36f6ece
Showing
3 changed files
with
47 additions
and
9 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
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,31 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<manifest> | ||
<!-- Manifest for AOMP 14.0-x which uses ROCM 4.5 release branches of external reositories --> | ||
|
||
<remote name="gerritgit" review="git.amd.com:8080" fetch="ssh://gerritgit/" /> | ||
<default revision="release/rocm-rel-4.5" remote="gerritgit" sync-j="4" sync-c="true" /> | ||
<remote name="roctools" fetch="https://github.com/ROCm-Developer-Tools/" /> | ||
<remote name="roc" fetch="https://github.com/RadeonOpenCompute/" /> | ||
|
||
<!-- These first 6 repos are NOT rocm4.5 because this build is for the ROCm 4.5 AFAR compiler --> | ||
<project remote="roc" path="llvm-project" name="llvm-project" upstream="amd-stg-open" revision="aomp-14.0-0" groups="revlocked" /> | ||
|
||
<project remote="roc" path="rocm-compilersupport" name="ROCm-CompilerSupport" upstream="amd-stg-open" revision="ef72f4edb3dd9efb40dd38bd9778fa6e53f1adbd" groups="revlocked" /> | ||
<project remote="roc" path="rocm-device-libs" name="ROCm-Device-Libs" upstream="amd-stg-open" revision="2011841dfe9e7f93e57cf8939c02aa45bfaa4dca" groups="revlocked" /> | ||
<project remote="roctools" path="flang" name="flang" revision="aomp-14.0-0" groups="unlocked" /> | ||
<project remote="roctools" path="aomp-extras" name="aomp-extras" revision="aomp-14.0-0" groups="unlocked" /> | ||
<project remote="roctools" path="aomp" name="aomp" revision="aomp-14.0-0" groups="unlocked" /> | ||
|
||
<project remote="roctools" path="rocprofiler" name="rocprofiler" revision="rocm-4.5.x" groups="unlocked" /> | ||
<project remote="roctools" path="roctracer" name="roctracer" revision="rocm-4.5.x" groups="unlocked" /> | ||
<project remote="roctools" path="ROCdbgapi" name="ROCdbgapi" revision="rocm-4.5.x" groups="unlocked" /> | ||
<project remote="roctools" path="ROCgdb" name="ROCgdb" revision="rocm-4.5.x" groups="unlocked" /> | ||
<project remote="roctools" path="hipamd" name="hipamd" revision="rocm-4.5.x" groups="unlocked" /> | ||
<project remote="roctools" path="hip" name="hip" revision="rocm-4.5.x" groups="unlocked" /> | ||
<project remote="roctools" path="ROCclr" name="ROCclr" revision="rocm-4.5.x" groups="unlocked" /> | ||
<project remote="roc" path="ROCm-OpenCL-Runtime" name="ROCm-OpenCL-Runtime" revision="rocm-4.5.x" groups="unlocked" /> | ||
<project remote="roc" path="rocminfo" name="rocminfo" revision="roc-4.5.x" groups="unlocked" /> | ||
<project remote="roc" path="rocm-cmake" name="rocm-cmake" revision="release/rocm-rel-4.5" groups="unlocked" /> | ||
<project remote="roc" path="rocr-runtime" name="ROCR-Runtime" revision="rocm-4.5.x" groups="unlocked" /> | ||
<project remote="roc" path="roct-thunk-interface" name="ROCT-Thunk-Interface" revision="roc-4.5.x" groups="unlocked" /> | ||
</manifest> |
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