Skip to content

Commit

Permalink
ROCm installation guide (apache#1216)
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen authored May 31, 2018
1 parent 71fb8f8 commit b266dcf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/how_to/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@ Open the .sln file in the build directory and build with Visual Studio.
In order to build with LLVM in windows, you will need to build LLVM from source.
You need to run build the nnvm by running the same script under the nnvm folder.

### Building ROCm support
Currently, ROCm is supported only on linux, so all the instructions are written with linux in mind.
- Set ```USE_ROCM=1```, set ROCM_PATH to the correct path.
- You need to first install HIP runtime from ROCm. Make sure the installation system has ROCm installed in it.
- Install latest stable version of LLVM (v6.0.1), and LLD, make sure ```ld.lld``` is available via command line.

## Python Package Installation

The python package is located at python
Expand Down

0 comments on commit b266dcf

Please sign in to comment.