From b85e9ddb689cf3cf13a30e8df8c7553b07ee8e43 Mon Sep 17 00:00:00 2001 From: Alex Gladkov Date: Fri, 15 Nov 2019 16:21:11 +0000 Subject: [PATCH] Bump up CUDA log version in tophub.py --- 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",