forked from PaddlePaddle/Paddle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
【Hackathon 5th No.105】move fusion_gru/fusion_seqconv_eltadd_relu/fusi…
…on_seqexpand_concat_fc to phi (PaddlePaddle#57881) * add a part of fusion_gru * add some code * move the fusion_seqconv_eltadd_relu_op to phi but have the same bug in gru_op * move fusion_seqexpand_concat_fc_op to phi, but have the same bug in fusion_gru_op * fix the intermediate bug * fix the conflict * pass the fusion_seqconv in new ir * try to move fusion_gru_mkldnn_kernel to phi * move fusion_gru_mkldnn to phi, pass the test but some bug in new iR * change some discribe * fix conflict * fix bug * fix the bug in getInputName * remove some describe * add the set_dtype
- Loading branch information
Showing
18 changed files
with
1,813 additions
and
1,677 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
290 changes: 0 additions & 290 deletions
290
paddle/fluid/operators/fused/fusion_seqconv_eltadd_relu_op.cc
This file was deleted.
Oops, something went wrong.
39 changes: 0 additions & 39 deletions
39
paddle/fluid/operators/fused/fusion_seqconv_eltadd_relu_op.h
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.