mirror of
https://github.com/ROCm/ROCm.git
synced 2026-01-10 07:08:08 -05:00
Use LLVM mirror projects
Currently using specific revisions until tags are created. Change-Id: Ia4bbf6bc79bf7525f0ede3c88e5ec29f980cc0d9
This commit is contained in:
@@ -29,14 +29,14 @@ of the following GitHub repositories:
|
||||
* [ROCK-Kernel-Driver](https://github.com/RadeonOpenCompute/ROCK-Kernel-Driver/tree/dev)
|
||||
* [ROCR-Runtime](https://github.com/RadeonOpenCompute/ROCR-Runtime/tree/dev)
|
||||
* [ROCT-Thunk-Interface](https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface/tree/dev)
|
||||
* [HCC compiler](https://github.com/RadeonOpenCompute/hcc/tree/roc-1.0)
|
||||
* [HCC compiler](https://github.com/RadeonOpenCompute/hcc/tree/roc-1.0.x)
|
||||
* [LLVM-AMDGPU-Assembler-Extra](https://github.com/RadeonOpenCompute/LLVM-AMDGPU-Assembler-Extra/tree/master)
|
||||
|
||||
In addition the following mirror repositories that support the HCC compiler are
|
||||
also available on GitHub, and frozen for the roc-1.0.0 release:
|
||||
|
||||
* [llvm](https://github.com/RadeonOpenCompute/llvm/tree/roc-1.0)
|
||||
* [clang](https://github.com/RadeonOpenCompute/clang/tree/roc-1.0)
|
||||
* [llvm](https://github.com/RadeonOpenCompute/llvm/tree/roc-1.0.x)
|
||||
* [clang](https://github.com/RadeonOpenCompute/clang/tree/roc-1.0.x)
|
||||
|
||||
### Installing from AMD ROCm Repositories
|
||||
AMD is hosting both debian and rpm repositories for the ROCm 1.0 packages. The
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<manifest>
|
||||
|
||||
<remote name="llvm.org"
|
||||
fetch="http://llvm.org/git/" />
|
||||
<remote name="roc-github"
|
||||
fetch="https://github.com/RadeonOpenCompute/" />
|
||||
<remote name="pctools-github"
|
||||
@@ -12,8 +9,10 @@
|
||||
remote="roc-github"
|
||||
sync-j="4" />
|
||||
|
||||
<project path="llvm" remote="llvm.org" name="llvm" revision="master" />
|
||||
<project path="llvm/tools/lld" remote="llvm.org" name="lld" revision="master" />
|
||||
<project path="llvm" name="llvm" revision="roc-1.0.x" />
|
||||
<project path="llvm-amdgpu-assembler-extra"
|
||||
name="LLVM-AMDGPU-Assembler-Extra"
|
||||
revision="7187c4f8e6f7bea5c9dcaf8a7010e1fa657d728e" />
|
||||
<project path="hcc" name="hcc" />
|
||||
<project path="ROCT-Thunk-Interface" name="ROCT-Thunk-Interface" />
|
||||
<project path="ROCR-Runtime" name="ROCR-Runtime" />
|
||||
|
||||
Reference in New Issue
Block a user