Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
co63oc authored Jun 27, 2024
1 parent 89863a6 commit 40e4bb4
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 3,482 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
set(fluid_manual_functions
${PADDLE_SOURCE_DIR}/paddle/fluid/eager/api/manual/fluid_manual/forwards/fused_gate_attention_fwd_func.cc
${PADDLE_SOURCE_DIR}/paddle/fluid/eager/api/manual/fluid_manual/forwards/fused_feedforward_fwd_func.cc
${PADDLE_SOURCE_DIR}/paddle/fluid/eager/api/manual/fluid_manual/forwards/fused_attention_fwd_func.cc
${PADDLE_SOURCE_DIR}/paddle/fluid/eager/api/manual/fluid_manual/forwards/fused_gemm_epilogue_fwd_func.cc
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
set(fluid_manual_nodes
${PADDLE_SOURCE_DIR}/paddle/fluid/eager/api/manual/fluid_manual/nodes/fused_gate_attention_node.cc
${PADDLE_SOURCE_DIR}/paddle/fluid/eager/api/manual/fluid_manual/nodes/fused_feedforward_node.cc
${PADDLE_SOURCE_DIR}/paddle/fluid/eager/api/manual/fluid_manual/nodes/fused_attention_node.cc
${PADDLE_SOURCE_DIR}/paddle/fluid/eager/api/manual/fluid_manual/nodes/fused_gemm_epilogue_node.cc
Expand Down

This file was deleted.

2 changes: 0 additions & 2 deletions paddle/fluid/operators/fused/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ register_operators(
fused_multi_transformer_int8_op
resnet_unit_op
fused_gemm_epilogue_op
fused_gate_attention_op
resnet_basic_block_op)

if(WITH_XPU)
Expand All @@ -33,7 +32,6 @@ if(WITH_GPU OR WITH_ROCM)
endif()
# HIP not support cudnnTransformTensor
# HIP not support cudnnConvolutionBiasActivationForward
op_library(fused_gate_attention_op)
# fused_bn_add_activation
# HIP not support bn act fuse in MIOPEN
if((NOT WITH_ROCM) AND (NOT ${CUDNN_VERSION} VERSION_LESS 7401))
Expand Down
Loading

0 comments on commit 40e4bb4

Please sign in to comment.