mirror of
https://github.com/ROCm/ROCm.git
synced 2026-02-19 02:34:19 -05:00
The source release for the HIP project is now complete, and tags have been created. Change-Id: I53d24327f18015e6809f2eb2717faa06e8a858c0
23 lines
904 B
XML
23 lines
904 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<manifest>
|
|
<remote name="roc-github"
|
|
fetch="https://github.com/RadeonOpenCompute/" />
|
|
<remote name="pctools-github"
|
|
fetch="https://github.com/GPUOpen-ProfessionalCompute-Tools/" />
|
|
|
|
<default revision="refs/tags/roc-1.0.0"
|
|
remote="roc-github"
|
|
sync-j="4" />
|
|
|
|
<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" />
|
|
<project path="HIP" remote="pctools-github" name="HIP" />
|
|
<project path="HIP-Examples" remote="pctools-github" name="HIP-Examples" />
|
|
|
|
</manifest>
|