Skip to content
Snippets Groups Projects
Commit 9a00b7b8 authored by Denis Khalikov's avatar Denis Khalikov Committed by Lianmin Zheng
Browse files

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

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