Skip to content

Commit

Permalink
Remove target env (#2114)
Browse files Browse the repository at this point in the history
  • Loading branch information
gpetters-amd authored Apr 8, 2024
1 parent a6a9e52 commit ff91982
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions shark/iree_utils/vulkan_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,6 @@ def get_iree_vulkan_args(device_num=0, extra_args=[]):
)
res_vulkan_flag += [vulkan_triple_flag]

if vulkan_triple_flag is not None:
vulkan_target_env = get_vulkan_target_env_flag(vulkan_triple_flag)
res_vulkan_flag.append(vulkan_target_env)
return res_vulkan_flag


Expand Down

0 comments on commit ff91982

Please sign in to comment.