From e61659a959402960644f0066cc41e98e70fe2556 Mon Sep 17 00:00:00 2001 From: Yao Wang <kevinthesunwy@gmail.com> Date: Mon, 22 Oct 2018 21:55:16 -0700 Subject: [PATCH] Add tophub for x86 (#1955) --- python/tvm/autotvm/tophub.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/tvm/autotvm/tophub.py b/python/tvm/autotvm/tophub.py index 41e2b4c46..7798d5522 100644 --- a/python/tvm/autotvm/tophub.py +++ b/python/tvm/autotvm/tophub.py @@ -21,6 +21,7 @@ AUTOTVM_TOPHUB_ROOT_PATH = os.path.join(os.path.expanduser('~'), ".tvm", "tophub # the version of each package PACKAGE_VERSION = { 'arm_cpu': "v0.03", + 'llvm': "v0.01", 'cuda': "v0.03", 'rocm': "v0.01", -- GitLab