Skip to content

Commit

Permalink
Turn of layout-transform by default in test driver (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
JosseVanDelm authored Aug 9, 2023
1 parent 3eb06be commit f617ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diana/byoc/driver.py
Original file line number Diff line number Diff line change
@@ -175,7 +175,7 @@ def __init__(self,
utils.copy_dory_files(dory_path, self.build_dir)

def tvm_compile(self,
target: str = "soma_dory -requant_transform=0, c",
target: str = "soma_dory -requant_transform=0 -layout_transform=0, c",
fusion: bool = True,
init_value: int = 1,
indefinite: bool = False,

0 comments on commit f617ca7

Please sign in to comment.