Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
co63oc committed Jul 2, 2024
1 parent d5d5c17 commit 4e2e315
Show file tree
Hide file tree
Showing 15 changed files with 1,285 additions and 1,269 deletions.
6 changes: 0 additions & 6 deletions paddle/fluid/operators/fused/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@ register_operators(
fused_feedforward_op
fused_multi_transformer_op
fused_multi_transformer_int8_op
resnet_unit_op
fused_gemm_epilogue_op
resnet_basic_block_op)

if(WITH_XPU)
op_library(resnet_basic_block_op)
op_library(resnet_unit_op)
op_library(fused_gemm_epilogue_op)
op_library(fused_attention_op)
op_library(fused_feedforward_op)
Expand Down Expand Up @@ -46,10 +44,6 @@ if(WITH_GPU OR WITH_ROCM)
op_library(fused_multi_transformer_op)
op_library(fused_multi_transformer_int8_op)
endif()
# resnet_unit needs cudnn 8.0 above
if((NOT WITH_ROCM) AND (NOT ${CUDNN_VERSION} VERSION_LESS 8000))
op_library(resnet_unit_op)
endif()

if(CUDA_VERSION GREATER_EQUAL 11.6)
op_library(fused_gemm_epilogue_op)
Expand Down
461 changes: 0 additions & 461 deletions paddle/fluid/operators/fused/resnet_unit_op.cc

This file was deleted.

429 changes: 0 additions & 429 deletions paddle/fluid/operators/fused/resnet_unit_op.cu

This file was deleted.

373 changes: 0 additions & 373 deletions paddle/fluid/operators/fused/resnet_unit_op_xpu.cc

This file was deleted.

Loading

0 comments on commit 4e2e315

Please sign in to comment.