From 6beda213d50ce97cc4b22d66d0aa8b7f99553104 Mon Sep 17 00:00:00 2001 From: Tianqi Chen Date: Mon, 30 Mar 2020 11:26:16 -0700 Subject: [PATCH] [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 07d984125610..c1cfae63d6ea 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 6d289cff0a6e..1291913ac3f9 100644 --- a/hardware/intel/README.md +++ b/hardware/intel/README.md @@ -15,4 +15,4 @@ -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 6d289cff0a6e..1291913ac3f9 100644 --- a/hardware/xilinx/README.md +++ b/hardware/xilinx/README.md @@ -15,4 +15,4 @@ -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 f232b33fbde2..bd8ea7737023 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:-}"