未验证 提交 4c5ea4ca 编写于 作者: H heliqi 提交者: GitHub

del mkldnn options of baseline (#38349)

上级 858e4358
...@@ -440,9 +440,7 @@ class PassAutoScanTest(AutoScanTest): ...@@ -440,9 +440,7 @@ class PassAutoScanTest(AutoScanTest):
# baseline: no ir_optim run # baseline: no ir_optim run
base_config = self.create_inference_config( base_config = self.create_inference_config(
ir_optim=False, ir_optim=False, use_gpu=pred_config.use_gpu())
use_gpu=pred_config.use_gpu(),
use_mkldnn=pred_config.mkldnn_enabled(), )
try: try:
# baseline # baseline
base_result = self.run_test_config( base_result = self.run_test_config(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册