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.311】[fluid_ops]resnet_unit #65616

Merged
merged 3 commits into from
Jul 10, 2024
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
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