mirror of
https://github.com/nod-ai/AMD-SHARK-Studio.git
synced 2026-04-03 03:00:17 -04:00
Disable demote
This commit is contained in:
@@ -118,7 +118,8 @@ def get_vulkan_triple_flag():
|
||||
|
||||
|
||||
def get_iree_vulkan_args():
|
||||
vulkan_flag = ["--iree-flow-demote-i64-to-i32"]
|
||||
#vulkan_flag = ["--iree-flow-demote-i64-to-i32"]
|
||||
vulkan_flag = []
|
||||
vulkan_triple_flag = get_vulkan_triple_flag()
|
||||
if vulkan_triple_flag is not None:
|
||||
vulkan_flag.append(vulkan_triple_flag)
|
||||
|
||||
Reference in New Issue
Block a user