diff --git a/python/tvm/autotvm/tophub.py b/python/tvm/autotvm/tophub.py index d90fd76b2532ae25253e4773463a21802aaf6315..1d9684442a519bc434b2024598f64462c173fd4e 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)