Incorrect branch specified in the repo init command.
https://github.com/RadeonOpenCompute/ROCm_Documentation/blob/a932be21176a1f6e6c31874c921954ad6dc20d25/Installation_Guide/Installation-Guide.rst#L762
The branch name appears to be incorrect. repo fails with the following error:
Downloading Repo source from https://gerrit.googlesource.com/git-repo
remote: Finding sources: 100% (7/7)
remote: Total 7 (delta 0), reused 7 (delta 0)
Downloading manifest from https://github.com/RadeonOpenCompute/ROCm.git
fatal: couldn't find remote ref refs/heads/roc-3.7
manifests:
fatal: couldn't find remote ref refs/heads/roc-3.7
There's no roc-3.7 branch in the ROCm repo. There's a roc-3.7.x, which works. There's also rocm-3.7.0 tag (repo does not seem to like it, though). It would be great to update the docs with the branch reference intended to be used with the ROCm 3.7 release.
Thank you for bringing this issue to our attention. The issue is fixed and the code is now corrected to reflect '3.7.x'
https://rocmdocs.amd.com/en/latest/Installation_Guide/Installation-Guide.html#getting-the-rocm-source-code
AMD ROCm Documentation Team