This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm-vta.git
The following commit(s) were added to refs/heads/master by this push:
new 6beda21 [CI] Add vta path to cpptest (#3)
6beda21 is described below
commit 6beda213d50ce97cc4b22d66d0aa8b7f99553104
Author: Tianqi Chen <[email protected]>
AuthorDate: Mon Mar 30 11:26:16 2020 -0700
[CI] Add vta path to cpptest (#3)
* [CI] Add vta path to cpptest
* [DOCS] Points docs to the ASF site
---
apps/tsim_example/README.md | 2 +-
hardware/intel/README.md | 2 +-
hardware/xilinx/README.md | 2 +-
tests/scripts/task_tvm_cpptest.sh | 2 ++
4 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/apps/tsim_example/README.md b/apps/tsim_example/README.md
index 07d9841..c1cfae6 100644
--- a/apps/tsim_example/README.md
+++ b/apps/tsim_example/README.md
@@ -63,7 +63,7 @@ https://www.veripool.org/projects/verilator/wiki/Installing
1. Install `verilator` and `sbt` as described above
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)
+3. Build
[tvm](https://tvm.apache.org/docs/install/from_source.html#build-the-shared-library)
## How to run VTA TSIM examples
diff --git a/hardware/intel/README.md b/hardware/intel/README.md
index 6d289cf..1291913 100644
--- a/hardware/intel/README.md
+++ b/hardware/intel/README.md
@@ -15,4 +15,4 @@
<!--- specific language governing permissions and limitations -->
<!--- under the License. -->
-Complete instructions on how to build custom FPGA hardware designs are
available on the [TVM documentation
webpage](https://docs.tvm.ai/vta/install.html#vta-fpga-toolchain-installation).
+Complete instructions on how to build custom FPGA hardware designs are
available on the [TVM documentation
webpage](https://tvm.apache.org/docs/vta/install.html#vta-fpga-toolchain-installation).
diff --git a/hardware/xilinx/README.md b/hardware/xilinx/README.md
index 6d289cf..1291913 100644
--- a/hardware/xilinx/README.md
+++ b/hardware/xilinx/README.md
@@ -15,4 +15,4 @@
<!--- specific language governing permissions and limitations -->
<!--- under the License. -->
-Complete instructions on how to build custom FPGA hardware designs are
available on the [TVM documentation
webpage](https://docs.tvm.ai/vta/install.html#vta-fpga-toolchain-installation).
+Complete instructions on how to build custom FPGA hardware designs are
available on the [TVM documentation
webpage](https://tvm.apache.org/docs/vta/install.html#vta-fpga-toolchain-installation).
diff --git a/tests/scripts/task_tvm_cpptest.sh
b/tests/scripts/task_tvm_cpptest.sh
index f232b33..bd8ea77 100755
--- a/tests/scripts/task_tvm_cpptest.sh
+++ b/tests/scripts/task_tvm_cpptest.sh
@@ -19,6 +19,8 @@
set -e
set -u
+export VTA_HW_PATH=`pwd`
+
cd tvm
export LD_LIBRARY_PATH="lib:${LD_LIBRARY_PATH:-}"