Update _common.py

This commit is contained in:
powderluv
2022-08-13 13:49:01 -07:00
committed by GitHub
parent 7975087ee2
commit db6e2207ed

View File

@@ -47,7 +47,7 @@ IREE_DEVICE_MAP = {
}
IREE_TARGET_MAP = {
"cpu": "cpu",
"cpu": "llvm-cpu",
"gpu": "cuda",
"cuda": "cuda",
"vulkan": "vulkan",