Skip to content
Snippets Groups Projects
Commit b266dcfb authored by Tianqi Chen's avatar Tianqi Chen Committed by GitHub
Browse files

ROCm installation guide (#1216)

parent 71fb8f8f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment