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
030a1632
Commit
030a1632
authored
Nov 21, 2019
by
tripley
Committed by
Tianqi Chen
Nov 21, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update_document_after_repository_renamed (#4398)
parent
4b2c4c38
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
12 additions
and
12 deletions
+12
-12
apps/sgx/README.md
+1
-1
docs/deploy/index.rst
+1
-1
docs/install/docker.rst
+1
-1
docs/install/from_source.rst
+1
-1
docs/install/nnpack.md
+1
-1
docs/vta/install.md
+1
-1
nnvm/tutorials/deploy_model_on_mali_gpu.py
+1
-1
nnvm/tutorials/deploy_model_on_rasp.py
+1
-1
tutorials/cross_compilation_and_rpc.py
+1
-1
tutorials/frontend/deploy_model_on_android.py
+1
-1
tutorials/frontend/deploy_model_on_rasp.py
+1
-1
vta/apps/tsim_example/README.md
+1
-1
No files found.
apps/sgx/README.md
View file @
030a1632
...
...
@@ -39,7 +39,7 @@ Check out the `/tvm/install/ubuntu_install_sgx.sh` for the commands to get these
If using Docker, start by running
```
git clone --recursive https://github.com/apache/incubator-tvm.git
git clone --recursive https://github.com/apache/incubator-tvm.git
tvm
docker run --rm -it -v $(pwd)/tvm:/mnt tvmai/ci-cpu /bin/bash
```
then, in the container
...
...
docs/deploy/index.rst
View file @
030a1632
...
...
@@ -38,7 +38,7 @@ on a Linux based embedded system such as Raspberry Pi:
.. code:: bash
git clone --recursive https://github.com/apache/incubator-tvm
git clone --recursive https://github.com/apache/incubator-tvm
tvm
cd tvm
mkdir build
cp cmake/config.cmake build
...
...
docs/install/docker.rst
View file @
030a1632
...
...
@@ -29,7 +29,7 @@ First, clone TVM repo to get the auxiliary scripts
.. code:: bash
git clone --recursive https://github.com/apache/incubator-tvm
git clone --recursive https://github.com/apache/incubator-tvm
tvm
We can then use the following command to launch a `tvmai/demo-cpu` image.
...
...
docs/install/from_source.rst
View file @
030a1632
...
...
@@ -29,7 +29,7 @@ To get started, clone TVM repo from github. It is important to clone the submodu
.. code:: bash
git clone --recursive https://github.com/apache/incubator-tvm
git clone --recursive https://github.com/apache/incubator-tvm
tvm
For windows users who use github tools, you can open the git shell, and type the following command.
...
...
docs/install/nnpack.md
View file @
030a1632
...
...
@@ -85,7 +85,7 @@ sudo ldconfig
## Build TVM with NNPACK support
```
bash
git clone
--recursive
https://github.com/apache/incubator-tvm
git clone
--recursive
https://github.com/apache/incubator-tvm
tvm
```
*
Set
`set(USE_NNPACK ON)`
in config.cmake.
...
...
docs/vta/install.md
View file @
030a1632
...
...
@@ -103,7 +103,7 @@ Because the direct board-to-computer connection prevents the board from directly
mkdir <mountpoint>
sshfs xilinx@192.168.2.99:/home/xilinx <mountpoint>
cd
<mountpoint>
git clone
--recursive
https://github.com/apache/incubator-tvm
git clone
--recursive
https://github.com/apache/incubator-tvm
tvm
# When finished, you can leave the moutpoint and unmount the directory
cd
~
sudo
umount <mountpoint>
...
...
nnvm/tutorials/deploy_model_on_mali_gpu.py
View file @
030a1632
...
...
@@ -53,7 +53,7 @@ from tvm.contrib.download import download_testdata
#
# .. code-block:: bash
#
# git clone --recursive https://github.com/apache/incubator-tvm
# git clone --recursive https://github.com/apache/incubator-tvm
tvm
# cd tvm
# cp cmake/config.cmake .
# sed -i "s/USE_OPENCL OFF/USE_OPENCL ON/" config.cmake
...
...
nnvm/tutorials/deploy_model_on_rasp.py
View file @
030a1632
...
...
@@ -52,7 +52,7 @@ from tvm.contrib.download import download_testdata
#
# .. code-block:: bash
#
# git clone --recursive https://github.com/apache/incubator-tvm
# git clone --recursive https://github.com/apache/incubator-tvm
tvm
# cd tvm
# make runtime -j4
#
...
...
tutorials/cross_compilation_and_rpc.py
View file @
030a1632
...
...
@@ -49,7 +49,7 @@ and the Firefly-RK3399 for an OpenCL example.
#
# .. code-block:: bash
#
# git clone --recursive https://github.com/apache/incubator-tvm
# git clone --recursive https://github.com/apache/incubator-tvm
tvm
# cd tvm
# make runtime -j2
#
...
...
tutorials/frontend/deploy_model_on_android.py
View file @
030a1632
...
...
@@ -46,7 +46,7 @@ from tvm.contrib.download import download_testdata
#
# .. code-block:: bash
#
# git clone --recursive https://github.com/apache/incubator-tvm
# git clone --recursive https://github.com/apache/incubator-tvm
tvm
# cd tvm
# docker build -t tvm.demo_android -f docker/Dockerfile.demo_android ./docker
# docker run --pid=host -h tvm -v $PWD:/workspace \
...
...
tutorials/frontend/deploy_model_on_rasp.py
View file @
030a1632
...
...
@@ -52,7 +52,7 @@ from tvm.contrib.download import download_testdata
#
# .. code-block:: bash
#
# git clone --recursive https://github.com/apache/incubator-tvm
# git clone --recursive https://github.com/apache/incubator-tvm
tvm
# cd tvm
# mkdir build
# cp cmake/config.cmake build
...
...
vta/apps/tsim_example/README.md
View file @
030a1632
...
...
@@ -62,7 +62,7 @@ https://www.veripool.org/projects/verilator/wiki/Installing
## Setup in TVM
1.
Install
`verilator`
and
`sbt`
as described above
2.
Get tvm
`git clone https://github.com/apache/incubator-tvm.git`
2.
Get tvm
`git clone https://github.com/apache/incubator-tvm.git
tvm --recursive
`
3.
Build
[
tvm
](
https://docs.tvm.ai/install/from_source.html#build-the-shared-library
)
## How to run VTA TSIM examples
...
...
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