Commit 9a00b7b8 by Denis Khalikov Committed by Lianmin Zheng

[TOPHUB] Set vulkan as alias for opencl (#2230)

parent 93949456
......@@ -39,6 +39,7 @@ def _alias(name):
'vtacpu': 'vta',
'metal': 'opencl',
'vulkan': 'opencl',
'nvptx': 'cuda',
}
return table.get(name, name)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment