Skip to content

Commit f617ca7

Browse files
authored
Turn of layout-transform by default in test driver (#9)
1 parent 3eb06be commit f617ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diana/byoc/driver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def __init__(self,
175175
utils.copy_dory_files(dory_path, self.build_dir)
176176

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

0 commit comments

Comments
 (0)