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
4f4cd5c1
Commit
4f4cd5c1
authored
Jul 18, 2017
by
Tianqi Chen
Committed by
GitHub
Jul 18, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DOC] More detailed installation instruction (#262)
* [DOC] More detailed installation instruction * fix lang
parent
71cb07ae
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
docs/how_to/install.md
+3
-0
make/config.mk
+1
-1
No files found.
docs/how_to/install.md
View file @
4f4cd5c1
...
...
@@ -72,6 +72,9 @@ There are several ways to install the package:
```bash
# install tvm package for the current user
# NOTE: if you installed python via homebrew, --user is not needed during installaiton
# it will be automatically installed to your user directory.
# providing --user flag may trigger error during installation in such case.
cd python; python setup.py install --user
# or install tvm package system wide
cd python; sudo python setup.py install
...
...
make/config.mk
View file @
4f4cd5c1
...
...
@@ -29,7 +29,7 @@ ADD_CFLAGS =
# Backend runtimes.
#---------------------------------------------
# whether enable CUDA during compile
USE_CUDA =
1
USE_CUDA =
0
# whether enable OpenCL during compile
USE_OPENCL = 0
...
...
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