未验证 提交 95fed8e8 编写于 作者: Y Yuanle Liu 提交者: GitHub

Disable conv2d_fusion_layout_transfer_pass temporarily (#50232)

* disable conv2d_fusion_layout_transfer_pass temporarily

* disable conv2d_fusion_layout_transfer_pass temporarily
上级 708f6e79
......@@ -265,9 +265,10 @@ GpuPassStrategy::GpuPassStrategy() : PassStrategy({}) {
"conv_elementwise_add_fuse_pass", //
#endif //
"transpose_flatten_concat_fuse_pass", //
"conv2d_fusion_layout_transfer_pass", //
"auto_mixed_precision_pass", //
"inplace_op_var_pass", // should be the last pass.
// TODO(liuyuanle): rewrite this pass with new logic
// "conv2d_fusion_layout_transfer_pass", //
"auto_mixed_precision_pass", //
"inplace_op_var_pass", // should be the last pass.
});
use_gpu_ = true;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册