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
df44566c
Commit
df44566c
authored
May 07, 2017
by
Qiao Zhang
Committed by
Tianqi Chen
May 07, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Require explicit version for llvm_config. Update doc build requirements. (#129)
parent
a64a0f5f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
Makefile
+0
-2
docs/README.txt
+1
-1
make/config.mk
+2
-1
No files found.
Makefile
View file @
df44566c
...
...
@@ -76,8 +76,6 @@ else
endif
# llvm configuration
LLVM_CONFIG
=
llvm-config
ifeq
($(USE_LLVM),
1)
LLVM_VERSION
=
$(
shell
$(LLVM_CONFIG)
--version
| cut
-b
1,3
)
LLVM_INCLUDE
=
$
(
filter
-I
%,
$(
shell
$(LLVM_CONFIG)
--cxxflags
)
)
...
...
docs/README.txt
View file @
df44566c
...
...
@@ -2,4 +2,4 @@ The documentation of tvm is generated with recommonmark and sphinx.
- pip install sphinx>=1.5.5 sphinx-gallery sphinx_rtd_theme matplotlib Image recommonmark
- Build tvm first in the root folder.
-
You can build it locally by typing
"make html" in this folder.
-
To build locally, you need to enable USE_CUDA, USE_OPENCL, USE_LLVM in config.mk and then type
"make html" in this folder.
make/config.mk
View file @
df44566c
...
...
@@ -38,8 +38,9 @@ USE_OPENCL = 0
USE_METAL = 0
# whether build with LLVM support
# This requires llvm-config to be in your PATH
# Requires LLVM version >= 4.0
# Set LLVM_CONFIG to your version
# LLVM_CONFIG = llvm-config-4.0
USE_LLVM = 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