未验证 提交 b30dc65b 编写于 作者: W Wilber 提交者: GitHub

temporarily remove x86 fuse test=develop (#2742)

* temporarily remove x86 fuse test=develop

* remove useless logs test=develop
上级 aab3d31f
......@@ -36,4 +36,5 @@ REGISTER_MIR_PASS(lite_elementwise_add_activation_fuse_pass,
paddle::lite::mir::ElementwiseAddActivationFusePass)
.BindTargets({TARGET(kAny)})
.ExcludeTargets({TARGET(kXPU)})
.ExcludeTargets({TARGET(kX86)})
.BindKernel("fusion_elementwise_add_activation");
......@@ -93,7 +93,6 @@ class MulCompute : public KernelLite<TARGET(kCUDA), PRECISION(kFloat)> {
.Slice(param.y_num_col_dims, param.y->dims().size())
.production());
CHECK_EQ(x_w, y_h) << "x_w must be equal with y_h";
LOG(INFO) << x_h << " " << x_w << " " << y_h << " " << y_w;
mul_compute<float>(blas, x_data, x_h, x_w, y_data, y_h, y_w, out_data);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册