Skip to content

Commit

Permalink
【Hackathon 6th Fundable Projects 3 No.310】[fluid_ops] resnet_basic_bl…
Browse files Browse the repository at this point in the history
…ock (PaddlePaddle#65313)

* Fix

* ci

* Fix

* Fix

* Fix
  • Loading branch information
co63oc authored and lixcli committed Jul 22, 2024
1 parent 8d002ab commit 673fc90
Show file tree
Hide file tree
Showing 10 changed files with 1,732 additions and 1,572 deletions.
4 changes: 1 addition & 3 deletions paddle/fluid/operators/fused/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@ register_operators(
fused_multi_transformer_op
fused_multi_transformer_int8_op
fused_gemm_epilogue_op
fused_gate_attention_op
resnet_basic_block_op)
fused_gate_attention_op)

if(WITH_XPU)
op_library(resnet_basic_block_op)
op_library(fused_gemm_epilogue_op)
op_library(fused_attention_op)
op_library(fused_feedforward_op)
Expand Down
562 changes: 0 additions & 562 deletions paddle/fluid/operators/fused/resnet_basic_block_op.cc

This file was deleted.

Loading

0 comments on commit 673fc90

Please sign in to comment.