mirror of
https://github.com/ROCm/ROCm.git
synced 2026-01-10 23:28:03 -05:00
24 lines
900 B
XML
24 lines
900 B
XML
<?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"
|
|
fetch="https://github.com/GPUOpen-ProfessionalCompute-Tools/" />
|
|
|
|
<default revision="master"
|
|
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="hcc" name="hcc" />
|
|
<project path="ROCT-Thunk-Interface" name="ROCT-Thunk-Interface" />
|
|
<project path="ROCR-Runtime" name="ROCR-Runtime" />
|
|
<project path="HIP" remote="pctools-github" name="HIP" />
|
|
<project path="HIP-Examples" remote="pctools-github" name="HIP-Examples" />
|
|
|
|
</manifest>
|