From fdb61872c8706e2910d105913f6a09df56de1ed6 Mon Sep 17 00:00:00 2001 From: Julia Jiang Date: Fri, 13 Aug 2021 12:47:03 -0400 Subject: [PATCH] SWDEV-291894 - update branch info in OpenCL readme Change-Id: I18e497f08ac3ef98e7b383eda62ec42ec7559912 --- opencl/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/opencl/README.md b/opencl/README.md index 27f9ee75da..3adedf9a91 100644 --- a/opencl/README.md +++ b/opencl/README.md @@ -21,6 +21,7 @@ git clone -b main https://github.com/RadeonOpenCompute/ROCm-OpenCL-Runtime.git The 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 ROCM release is rocm-4.1, main branch will be the repository based on this release. +- 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. - Release branches: These are branches corresponding to each ROCM release, listed with release tags, such as rocm-4.0, rocm-4.1, etc. ## Setup OpenCL