[TOPI] Update tophub according to the fix in schedule (opencl and rocm) (#3752)
authorLianmin Zheng <lianminzheng@gmail.com>
Sun, 11 Aug 2019 13:59:09 +0000 (21:59 +0800)
committermasahi <masahi129@gmail.com>
Sun, 11 Aug 2019 13:59:09 +0000 (22:59 +0900)
python/tvm/autotvm/tophub.py

index afe5cc7..92d1be2 100644 (file)
@@ -40,8 +40,8 @@ PACKAGE_VERSION = {
     'llvm':    "v0.03",
 
     'cuda':    "v0.05",
-    'rocm':    "v0.02",
-    'opencl':  "v0.02",
+    'rocm':    "v0.03",
+    'opencl':  "v0.03",
     'mali':    "v0.05",
 
     'vta':     "v0.06",