Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【Hackathon 5th No.105】move fusion_gru/fusion_seqconv_eltadd_relu/fusion_seqexpand_concat_fc to phi #57881

Merged
merged 17 commits into from
Oct 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions paddle/fluid/operators/fused/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ register_operators(
yolo_box_head_op
yolo_box_post_op
fusion_group_op
fusion_gru_op
fusion_lstm_op
fused_bn_add_activation_op
fused_attention_op
Expand All @@ -27,8 +26,6 @@ register_operators(
fused_gate_attention_op
resnet_basic_block_op)

# fusion_gru_op does not have CUDA kernel
op_library(fusion_gru_op)
op_library(fusion_lstm_op)
if(WITH_AVX
AND AVX512F_FOUND
Expand Down
565 changes: 0 additions & 565 deletions paddle/fluid/operators/fused/fusion_gru_op.cc

This file was deleted.

38 changes: 0 additions & 38 deletions paddle/fluid/operators/fused/fusion_gru_op.h

This file was deleted.

290 changes: 0 additions & 290 deletions paddle/fluid/operators/fused/fusion_seqconv_eltadd_relu_op.cc

This file was deleted.

39 changes: 0 additions & 39 deletions paddle/fluid/operators/fused/fusion_seqconv_eltadd_relu_op.h

This file was deleted.

Loading