From 9a00b7b8977c8764eafde372d4ce80057704550b Mon Sep 17 00:00:00 2001
From: Denis Khalikov <dennis.khalikov@gmail.com>
Date: Wed, 5 Dec 2018 13:00:52 +0300
Subject: [PATCH] [TOPHUB] Set vulkan as alias for opencl (#2230)

---
 python/tvm/autotvm/tophub.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/python/tvm/autotvm/tophub.py b/python/tvm/autotvm/tophub.py
index d90fd76b2..1d9684442 100644
--- a/python/tvm/autotvm/tophub.py
+++ b/python/tvm/autotvm/tophub.py
@@ -39,6 +39,7 @@ def _alias(name):
         'vtacpu': 'vta',
 
         'metal': 'opencl',
+        'vulkan': 'opencl',
         'nvptx': 'cuda',
     }
     return table.get(name, name)
-- 
GitLab