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.138、139】Remove fluid operator fill_zeros_like #63238

Merged
merged 3 commits into from
Apr 19, 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
119 changes: 0 additions & 119 deletions paddle/fluid/operators/fill_zeros_like_op.cc

This file was deleted.

48 changes: 0 additions & 48 deletions paddle/fluid/operators/fill_zeros_like_op.cu.cc

This file was deleted.

40 changes: 0 additions & 40 deletions paddle/fluid/operators/fill_zeros_like_op.h

This file was deleted.

10 changes: 2 additions & 8 deletions test/deprecated/legacy_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -453,14 +453,8 @@ endif()

# Some ops need to check results when gc is enabled
# Currently, only ops that register NoNeedBufferVarsInference need to do this test
set(TEST_OPS_WITH_GC
test_affine_channel_op
test_fill_zeros_like2_op
test_gather_nd_op
test_lod_reset_op
test_lookup_table_op
test_scatter_op
test_slice_op)
set(TEST_OPS_WITH_GC test_affine_channel_op test_gather_nd_op test_lod_reset_op
test_lookup_table_op test_scatter_op test_slice_op)

foreach(TEST_OP ${TEST_OPS_WITH_GC})
list(REMOVE_ITEM TEST_OPS ${TEST_OP})
Expand Down
50 changes: 0 additions & 50 deletions test/deprecated/legacy_test/test_fill_zeros_like2_op.py

This file was deleted.

42 changes: 0 additions & 42 deletions test/legacy_test/test_fill_zeros_like_op.py

This file was deleted.