From: Tianqi Chen Date: Tue, 26 Nov 2019 22:40:26 +0000 (-0800) Subject: [DOCS] Update main website to tvm.apache.org (#4429) X-Git-Tag: upstream/0.7.0~1573 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c66d4027edd168b68ed9e1b71e4515d6342a29b4;p=platform%2Fupstream%2Ftvm.git [DOCS] Update main website to tvm.apache.org (#4429) * [DOCS] Update main website to tvm.apache.org * Update jvm pom repo loc * Change the org to asf * Update ci addr to new one --- diff --git a/README.md b/README.md index ad121f6..b5a3860 100644 --- a/README.md +++ b/README.md @@ -15,14 +15,14 @@ - Open Deep Learning Compiler Stack + Open Deep Learning Compiler Stack ============================================== [Documentation](https://docs.tvm.ai) | [Contributors](CONTRIBUTORS.md) | -[Community](https://tvm.ai/community.html) | +[Community](https://tvm.apache.org/community) | [Release Notes](NEWS.md) -[![Build Status](http://ci.tvm.ai:8080/buildStatus/icon?job=tvm/master)](http://ci.tvm.ai:8080/job/tvm/job/master/) +[![Build Status](https://ci.tvm.ai/buildStatus/icon?job=tvm/master)](https://ci.tvm.ai/job/tvm/job/master/) [![Azure Pipeline](https://dev.azure.com/tvmai/tvm/_apis/build/status/windows_mac_build?branchName=master)](https://dev.azure.com/tvmai/tvm/_build/latest?definitionId=2&branchName=master) Apache TVM (incubating) is a compiler stack for deep learning systems. It is designed to close the gap between the diff --git a/docs/vta/index.rst b/docs/vta/index.rst index 9dc281d..b719e2d 100644 --- a/docs/vta/index.rst +++ b/docs/vta/index.rst @@ -49,5 +49,5 @@ Literature - Read the VTA `release blog post`_. - Read the VTA tech report: `An Open Hardware Software Stack for Deep Learning`_. -.. _release blog post: https://tvm.ai/2018/07/12/vta-release-announcement.html +.. _release blog post: https://tvm.apache.org/2018/07/12/vta-release-announcement .. _An Open Hardware Software Stack for Deep Learning: https://arxiv.org/abs/1807.04188 \ No newline at end of file diff --git a/jvm/pom.xml b/jvm/pom.xml index 5205abf..b563dd1 100644 --- a/jvm/pom.xml +++ b/jvm/pom.xml @@ -10,8 +10,8 @@ https://github.com/apache/incubator-tvm/tree/master/jvm TVM4J Package - Distributed (Deep) Machine Learning Community - http://dmlc.ml + Apache Software Foundation + https://apache.org @@ -20,8 +20,8 @@ - scm:git:git@github.com:dmlc/tvm.git - scm:git:git@github.com:dmlc/tvm.git + scm:git:git@github.com:apache/incubator-tvm.git + scm:git:git@github.com:apache/incubator-tvm.git https://github.com/apache/incubator-tvm diff --git a/tutorials/autotvm/tune_conv2d_cuda.py b/tutorials/autotvm/tune_conv2d_cuda.py index a367c99..09b5604 100644 --- a/tutorials/autotvm/tune_conv2d_cuda.py +++ b/tutorials/autotvm/tune_conv2d_cuda.py @@ -60,7 +60,7 @@ from tvm import autotvm # There are plenty of useful schedule primitives in tvm. You can also find # some tutorials that describe them in more details, such as # (1). :ref:`opt-conv-gpu` -# (2). `Optimizing DepthwiseConv on NVIDIA GPU `_ +# (2). `Optimizing DepthwiseConv on NVIDIA GPU `_ # # However, their implementations are manually tuned for some special input # shapes. In this section, we build a large enough space to cover