Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tvm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cld
ml
tvm
Commits
b266dcfb
Commit
b266dcfb
authored
6 years ago
by
Tianqi Chen
Committed by
GitHub
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
ROCm installation guide (#1216)
parent
71fb8f8f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/how_to/install.md
+6
-0
6 additions, 0 deletions
docs/how_to/install.md
with
6 additions
and
0 deletions
docs/how_to/install.md
+
6
−
0
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment