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.102】 move fused_embedding_eltwise_layernorm/fusion_…
…transpose_flatten_concat/fused_fc_elementwise_layernorm to phi (PaddlePaddle#57865) * transplant fused_embedding_elt_wise_layer_norm_kernel * fix the error * fix some bug * move the transpose to phi but new IR have a bug in output==nullptr. embedding_eltwise_op also have the bug in new IR. because the wrong memory accesss * remove some useless code * move fused_fc_elementwise_layernorm to phi, but have a bug in making * fix the bug in build the fused_fc_elementwise_layernorm_kernel and pass the test with new IR * try to fix the bug
- Loading branch information
Showing
20 changed files
with
1,125 additions
and
1,222 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
176 changes: 0 additions & 176 deletions
176
paddle/fluid/operators/fused/fused_embedding_eltwise_layernorm_op.cc
This file was deleted.
Oops, something went wrong.
162 changes: 0 additions & 162 deletions
162
paddle/fluid/operators/fused/fused_embedding_eltwise_layernorm_op.cu
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.