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
1a4dc0d4
Commit
1a4dc0d4
authored
Jun 08, 2018
by
MORITA Kazutaka
Committed by
Tianqi Chen
Jun 07, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add nnvm target to Makefile (#1245)
parent
31223fa2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
Makefile
+3
-0
docs/install/index.rst
+2
-3
No files found.
Makefile
View file @
1a4dc0d4
...
...
@@ -256,6 +256,8 @@ all: ${BUILD_TARGETS}
runtime
:
lib/libtvm_runtime.$(SHARED_LIBRARY_SUFFIX)
web
:
lib/libtvm_web_runtime.js lib/libtvm_web_runtime.bc
topi
:
lib/libtvm_topi.$(SHARED_LIBRARY_SUFFIX)
nnvm
:
$(MAKE)
-C
nnvm
include
tests/cpp/unittest.mk
...
...
@@ -387,6 +389,7 @@ jvminstall:
clean
:
$(RM)
-rf
build lib bin
*
~
*
/
*
~
*
/
*
/
*
~
*
/
*
/
*
/
*
~
*
/
*
.o
*
/
*
/
*
.o
*
/
*
/
*
/
*
.o
*
/
*
.d
*
/
*
/
*
.d
*
/
*
/
*
/
*
.d
cd
HalideIR
;
make clean
;
cd
$(ROOTDIR)
$(MAKE)
-C
nnvm clean
-include
build/*.d
-include
build/*/*.d
...
...
docs/install/index.rst
View file @
1a4dc0d4
...
...
@@ -67,12 +67,11 @@ We can then build tvm by `make`.
make -j4
After we build tvm, we can proceed to build nnvm using the following
script
.
After we build tvm, we can proceed to build nnvm using the following
command
.
.. code:: bash
cd nnvm
make -j4
make nnvm -j4
This will creates `libnnvm_compiler.so` under the `nnvm/lib` folder.
...
...
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