Skip to content

Commit

Permalink
Add AMD cpu device
Browse files Browse the repository at this point in the history
  • Loading branch information
PhaneeshB committed Jun 23, 2023
1 parent 28f4d44 commit 28e0919
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shark/iree_utils/_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def get_supported_device_list():
_IREE_DEVICE_MAP = {
"cpu": "local-task",
"cpu-task": "local-task",
"AMD-AIE": "local-task",
"cpu-sync": "local-sync",
"cuda": "cuda",
"vulkan": "vulkan",
Expand All @@ -81,6 +82,7 @@ def iree_target_map(device):
_IREE_TARGET_MAP = {
"cpu": "llvm-cpu",
"cpu-task": "llvm-cpu",
"AMD-AIE": "llvm-cpu",
"cpu-sync": "llvm-cpu",
"cuda": "cuda",
"vulkan": "vulkan",
Expand Down

0 comments on commit 28e0919

Please sign in to comment.