From 256357b5f1882ab7dee61c2d127333e719cfb8b1 Mon Sep 17 00:00:00 2001 From: Lianmin Zheng Date: Sun, 11 Aug 2019 20:13:08 +0800 Subject: [PATCH] [TOPI] Update tophub according to the fix in schedule (opencl and rocm) --- 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 afe5cc7172e3..92d1be2c8f20 100644 --- a/python/tvm/autotvm/tophub.py +++ b/python/tvm/autotvm/tophub.py @@ -40,8 +40,8 @@ 'llvm': "v0.03", 'cuda': "v0.05", - 'rocm': "v0.02", - 'opencl': "v0.02", + 'rocm': "v0.03", + 'opencl': "v0.03", 'mali': "v0.05", 'vta': "v0.06",