You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tq...@apache.org on 2020/11/11 02:18:28 UTC

[incubator-tvm] branch v0.7 updated: [Backport][TopHub] Bump the versions (#6896)

This is an automated email from the ASF dual-hosted git repository.

tqchen pushed a commit to branch v0.7
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git


The following commit(s) were added to refs/heads/v0.7 by this push:
     new efdac94  [Backport][TopHub] Bump the versions (#6896)
efdac94 is described below

commit efdac9439506d1de5eec91ecc795982c78e41909
Author: Cody Yu <co...@gmail.com>
AuthorDate: Tue Nov 10 18:18:11 2020 -0800

    [Backport][TopHub] Bump the versions (#6896)
    
    * [Backport][TopHub] Bump the versions
---
 python/tvm/autotvm/tophub.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/python/tvm/autotvm/tophub.py b/python/tvm/autotvm/tophub.py
index 2076ee7..634d88e 100644
--- a/python/tvm/autotvm/tophub.py
+++ b/python/tvm/autotvm/tophub.py
@@ -46,14 +46,14 @@ AUTOTVM_TOPHUB_ROOT_PATH = os.path.join(os.path.expanduser("~"), ".tvm", "tophub
 
 # the version of each package
 PACKAGE_VERSION = {
-    "arm_cpu": "v0.07",
+    "arm_cpu": "v0.08",
     "llvm": "v0.04",
     "cuda": "v0.09",
     "rocm": "v0.05",
     "opencl": "v0.04",
     "mali": "v0.06",
     "intel_graphics": "v0.02",
-    "vta": "v0.09",
+    "vta": "v0.10",
     "amd_apu": "v0.01",
 }