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 6th Fundable Projects 3 No.69】Remove fluid operator conv2d_inception_fusion #63476

Merged
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
5 changes: 0 additions & 5 deletions paddle/fluid/operators/fused/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ endif()
register_operators(
EXCLUDES
fused_bn_activation_op
fusion_conv_inception_op
yolo_box_head_op
yolo_box_post_op
fusion_group_op
Expand Down Expand Up @@ -39,11 +38,7 @@ if(WITH_GPU OR WITH_ROCM)
op_library(fused_bn_activation_op)
endif()
# HIP not support cudnnTransformTensor
# fusion_conv_inception_op needs cudnn 7 above
# HIP not support cudnnConvolutionBiasActivationForward
if((NOT WITH_ROCM) AND (NOT ${CUDNN_VERSION} VERSION_LESS 7100))
op_library(fusion_conv_inception_op)
endif()
op_library(yolo_box_head_op)
op_library(yolo_box_post_op)
op_library(fused_gate_attention_op)
Expand Down
130 changes: 0 additions & 130 deletions paddle/fluid/operators/fused/fusion_conv_inception_op.cc

This file was deleted.

Loading