Skip to content

Commit 64e646b

Browse files
author
wei.jiang
committed
fix: BM1684X2 skip gdma check
- For 84x2 op tests Change-Id: I9572383254151037951eb5564675d2e451aeec36
1 parent a20b9bd commit 64e646b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

python/utils/mlir_shell.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@ def codegen_options(model: str,
895895
embed_debug_info: bool = False,
896896
model_version: str = "",
897897
bmodel_only: bool = False,
898-
gdma_check: bool = True,
898+
gdma_check: bool = False,
899899
rvti: bool = False):
900900
options = [
901901
'--codegen="model_file={} embed_debug_info={} model_version={} bmodel_only={} gdma_check={} rvti={}"'.format(
@@ -983,7 +983,7 @@ def mlir_to_model(
983983
quant_output_int8: bool = False,
984984
opt_post_processor: bool = False,
985985
weight_deduplicate: bool = False,
986-
gdma_check: bool = True,
986+
gdma_check: bool = False,
987987
lg_debugger: int = 0,
988988
time_fixed_subnet: str = None,
989989
subnet_params: str = None,

0 commit comments

Comments
 (0)