Compare commits

...

5 Commits

Author SHA1 Message Date
James Edwards
b7707c879c Change extraction protocol to http. 2018-06-13 11:04:31 -05:00
Gregory Stoner
b4f4569ee9 Merge pull request #14 from briansp2020/patch-1
Update README.md
2016-06-19 09:21:42 -05:00
Brian
5d7ae074d0 Update README.md
Fixed a typo in the ROCm version in the heading.
2016-06-06 09:05:55 -07:00
Andres Rodriguez
7112a6bf7c Update for ROCm 1.1.1
Change-Id: Ie48a6cb390c5d83b14a98a49529d4bf8cf5d0733
2016-06-05 16:51:15 -04:00
Andres Rodriguez
f0241829b7 default: manifest for 1.1.0 release
Change-Id: I927c1ef11aea5f85aa06a3079c35cd16dd72494e
2016-05-11 18:22:53 -04:00
2 changed files with 22 additions and 22 deletions

View File

@@ -21,29 +21,29 @@ the Kernel Fusion Driver (KFD), the HSA+ Runtime and an LLVM based compilation
stack for the building of key language support. This support starts with AMDs
FIJI Family of dGPU, but support is planned to expand to include future ASICS.
### The Latest ROCm Platform - ROCm 1.1
### The Latest ROCm Platform - ROCm 1.1.1
The latest tested version of the drivers, tools, libraries and source code for
the ROCm platform have been released and are available under the roc-1.1.0 tag
the ROCm platform have been released and are available under the roc-1.1.1 tag
of the following GitHub repositories:
* [ROCK-Kernel-Driver](https://github.com/RadeonOpenCompute/ROCK-Kernel-Driver/tree/roc-1.1.0)
* [ROCR-Runtime](https://github.com/RadeonOpenCompute/ROCR-Runtime/tree/roc-1.1.0)
* [ROCT-Thunk-Interface](https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface/tree/roc-1.1.0)
* [HCC compiler](https://github.com/RadeonOpenCompute/hcc/tree/roc-1.1.0)
* [LLVM-AMDGPU-Assembler-Extra](https://github.com/RadeonOpenCompute/LLVM-AMDGPU-Assembler-Extra/tree/roc-1.1.0)
* [ROC-smi](https://github.com/RadeonOpenCompute/ROC-smi/tree/roc-1.1.0)
* [ROCnRDMA](https://github.com/RadeonOpenCompute/ROCnRDMA/tree/roc-1.1.0)
* [HIP](https://github.com/GPUOpen-ProfessionalCompute-Tools/HIP/tree/roc-1.1.0)
* [HIP-Examples](https://github.com/GPUOpen-ProfessionalCompute-Tools/HIP-Examples/tree/roc-1.1.0)
* [ROCK-Kernel-Driver](https://github.com/RadeonOpenCompute/ROCK-Kernel-Driver/tree/roc-1.1.1)
* [ROCR-Runtime](https://github.com/RadeonOpenCompute/ROCR-Runtime/tree/roc-1.1.1)
* [ROCT-Thunk-Interface](https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface/tree/roc-1.1.1)
* [HCC compiler](https://github.com/RadeonOpenCompute/hcc/tree/roc-1.1.1)
* [LLVM-AMDGPU-Assembler-Extra](https://github.com/RadeonOpenCompute/LLVM-AMDGPU-Assembler-Extra/tree/roc-1.1.1)
* [ROC-smi](https://github.com/RadeonOpenCompute/ROC-smi/tree/roc-1.1.1)
* [ROCnRDMA](https://github.com/RadeonOpenCompute/ROCnRDMA/tree/roc-1.1.1)
* [HIP](https://github.com/GPUOpen-ProfessionalCompute-Tools/HIP/tree/roc-1.1.1)
* [HIP-Examples](https://github.com/GPUOpen-ProfessionalCompute-Tools/HIP-Examples/tree/roc-1.1.1)
In addition the following mirror repositories that support the HCC compiler are
also available on GitHub, and frozen for the roc-1.1.0 release:
also available on GitHub, and frozen for the roc-1.1.1 release:
* [llvm](https://github.com/RadeonOpenCompute/llvm/tree/roc-1.1.0)
* [clang](https://github.com/RadeonOpenCompute/clang/tree/roc-1.1.0)
* [llvm](https://github.com/RadeonOpenCompute/llvm/tree/roc-1.1.1)
* [clang](https://github.com/RadeonOpenCompute/clang/tree/roc-1.1.1)
### Installing from AMD ROCm Repositories
AMD is hosting both debian and rpm repositories for the ROCm 1.1 packages. The
AMD is hosting both debian and rpm repositories for the ROCm 1.1.1 packages. The
packages in both repositories have been signed to ensure package integrity.
Directions for each repository are given below:
@@ -175,10 +175,10 @@ made available in the following packages:
* hsa-ext-rocr-dev
### Getting ROCm Source Code
Modifications can be made to the ROCm 1.1 components by modifying the open
Modifications can be made to the ROCm 1.1.1 components by modifying the open
source code base and rebuilding the components. Source code can be cloned from
each of the GitHub repositories using git, or users can use the repo command
and the ROCm 1.1 manifest file to download the entire ROCm 1.1 source code.
and the ROCm 1.1.1 manifest file to download the entire ROCm 1.1.1 source code.
#### Installing repo
Google's repo tool allows you to manage multiple git repositories
@@ -193,9 +193,9 @@ Note: make sure ~/bin exists and it is part of your PATH
#### Cloning the code
```shell
mkdir ROCm && cd ROCm
repo init -u https://github.com/RadeonOpenCompute/ROCm.git -b roc-1.1.0
repo init -u https://github.com/RadeonOpenCompute/ROCm.git -b roc-1.1.1
repo sync
```
These series of commands will pull all of the open source code associated with
the ROCm 1.1 release.
the ROCm 1.1.1 release.

View File

@@ -2,11 +2,11 @@
<manifest>
<remote name="roc-github"
fetch="ssh://git@github.com/RadeonOpenCompute/" />
fetch="http://git@github.com/RadeonOpenCompute/" />
<remote name="pctools-github"
fetch="ssh://git@github.com/GPUOpen-ProfessionalCompute-Tools/" />
fetch="http://git@github.com/GPUOpen-ProfessionalCompute-Tools/" />
<default revision="master"
<default revision="refs/tags/roc-1.1.1"
remote="roc-github"
sync-j="4" />