From 888a3c35cf53f6af6cb9bcca4ff3e917ea6fafca Mon Sep 17 00:00:00 2001 From: Alex Gladkov <53275205+alexgl-github@users.noreply.github.com> Date: Fri, 15 Nov 2019 11:04:00 -0800 Subject: [PATCH] Bump up CUDA log version in tophub.py (#4347) --- python/tvm/autotvm/tophub.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tvm/autotvm/tophub.py b/python/tvm/autotvm/tophub.py index c290063f1d7f..12f2b803184d 100644 --- a/python/tvm/autotvm/tophub.py +++ b/python/tvm/autotvm/tophub.py @@ -50,7 +50,7 @@ 'arm_cpu': "v0.04", 'llvm': "v0.03", - 'cuda': "v0.05", + 'cuda': "v0.06", 'rocm': "v0.03", 'opencl': "v0.03", 'mali': "v0.05",