Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #90 from RadeonOpenCompute/roc-2.9.x-man-upd
Browse files Browse the repository at this point in the history
Point projects to 2.9.0 tags
  • Loading branch information
kzhuravl authored Oct 4, 2019
2 parents 110575a + 51aeb29 commit 887dc16
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions opencl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<remote name="RadeonOpenCompute" fetch="https://github.com/RadeonOpenCompute/"/>
<remote name="KhronosGroup" fetch="https://github.com/KhronosGroup/"/>

<default remote="RadeonOpenCompute" revision="master" sync-c="true" sync-j="4"/>
<default remote="RadeonOpenCompute" revision="refs/tags/roc-2.9.0" sync-c="true" sync-j="4"/>

<project path="opencl" name="ROCm-OpenCL-Runtime"/>
<project path="opencl/compiler/driver" name="ROCm-OpenCL-Driver"/>
<project path="opencl/compiler/llvm" name="llvm" revision="amd-common"/>
<project path="opencl/compiler/llvm/tools/clang" name="clang" revision="amd-common"/>
<project path="opencl/compiler/llvm/tools/lld" name="lld" revision="amd-common"/>
<project path="opencl/library/amdgcn" name="ROCm-Device-Libs"/>
<project path="opencl/compiler/llvm" name="llvm" revision="refs/tags/roc-ocl-2.9.0"/>
<project path="opencl/compiler/llvm/tools/clang" name="clang"/>
<project path="opencl/compiler/llvm/tools/lld" name="lld" revision="refs/tags/roc-ocl-2.9.0"/>
<project path="opencl/library/amdgcn" name="ROCm-Device-Libs" revision="refs/tags/roc-ocl-2.9.0"/>

<project path="opencl/api/opencl/khronos/icd" name="OpenCL-ICD-Loader" remote="KhronosGroup"/>
<project path="opencl/api/opencl/khronos/icd" name="OpenCL-ICD-Loader" remote="KhronosGroup" revision="6c03f8b58fafd9dd693eaac826749a5cfad515f8"/>
</manifest>

0 comments on commit 887dc16

Please sign in to comment.