From 5c699741f052615c8064d898ca5909ee9e93e95b Mon Sep 17 00:00:00 2001 From: Thomas Viehmann Date: Sun, 3 May 2020 17:34:14 +0200 Subject: [PATCH] bump tophub rocm version (#5504) --- 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 f13ba5289ce5..b34ab15692e0 100644 --- a/python/tvm/autotvm/tophub.py +++ b/python/tvm/autotvm/tophub.py @@ -50,7 +50,7 @@ 'llvm': "v0.04", 'cuda': "v0.08", - 'rocm': "v0.04", + 'rocm': "v0.05", 'opencl': "v0.04", 'mali': "v0.06", 'intel_graphics': "v0.02",