From 13f8d2f2a6b91564936edff494eb9946e88f2985 Mon Sep 17 00:00:00 2001 From: Yao Wang 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 41e2b4c4683c..7798d5522036 100644 --- a/python/tvm/autotvm/tophub.py +++ b/python/tvm/autotvm/tophub.py @@ -21,6 +21,7 @@ # the version of each package PACKAGE_VERSION = { 'arm_cpu': "v0.03", + 'llvm': "v0.01", 'cuda': "v0.03", 'rocm': "v0.01",