提交 2497fd98 编写于 作者: W Wilber 提交者: GitHub

temporarily remove cuda fc fuse because we don't support cuda fc now. test=develop (#2715)

temporarily remove cuda fc fuse because we don't support cuda fc now
上级 e34e8059
......@@ -39,4 +39,5 @@ void FcFusePass::Apply(const std::unique_ptr<SSAGraph>& graph) {
REGISTER_MIR_PASS(lite_fc_fuse_pass, paddle::lite::mir::FcFusePass)
.BindTargets({TARGET(kAny)})
.ExcludeTargets({TARGET(kXPU)})
.ExcludeTargets({TARGET(kCUDA)})
.BindKernel("fc");
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册