SWDEV-291894 - update branch info in hip install/readme (#2324)

Change-Id: Ie737bfbe3333973d6b42c496b23edcdc0966b9a1
This commit is contained in:
Julia Jiang
2021-08-26 12:19:54 -04:00
committed by GitHub
parent c2be66db76
commit b2425ef68a
2 changed files with 9 additions and 8 deletions
+3 -2
View File
@@ -22,8 +22,9 @@ The information contained herein is for informational purposes only, and is subj
The HIP repository maintains several branches. The branches that are of importance are:
* Main branch: This is the stable branch. It is up to date with the latest release branch, for example, if the latest HIP release is rocm-3.9, main branch will be the repository based on this release.
* Release branches. These are branches corresponding to each ROCM release, listed with release tags, such as rocm-3.8, rocm-3.9, etc.
* develop branch: This is the default branch, on which the new features are still under development and visible. While this maybe of interest to many, it should be noted that this branch and the features under development might not be stable.
* Main branch: This is the stable branch. It is up to date with the latest release branch, for example, if the latest HIP release is rocm-4.3, main branch will be the repository based on this release.
* Release branches. These are branches corresponding to each ROCM release, listed with release tags, such as rocm-4.2, rocm-4.3, etc.
## Release tagging: