Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tic
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wenyuanbo
tic
Commits
b266dcfb
Commit
b266dcfb
authored
May 31, 2018
by
Tianqi Chen
Committed by
GitHub
May 31, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ROCm installation guide (#1216)
parent
71fb8f8f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
docs/how_to/install.md
+6
-0
No files found.
docs/how_to/install.md
View file @
b266dcfb
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment