We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3e4ea5 commit 00e38abCopy full SHA for 00e38ab
shark/iree_utils/vulkan_utils.py
@@ -71,6 +71,8 @@ def get_vulkan_target_triple(device_name):
71
triple = f"ampere-rtx3090-{system_os}"
72
elif all(x in device_name for x in ("RTX", "4090")):
73
74
+ elif all(x in device_name for x in ("RTX", "4080")):
75
+ triple = f"ampere-rtx3090-{system_os}"
76
elif all(x in device_name for x in ("RTX", "4000")):
77
triple = f"turing-rtx4000-{system_os}"
78
elif all(x in device_name for x in ("RTX", "5000")):
0 commit comments