Skip to content

Commit

Permalink
【Hackathon 6th Fundable Projects 3 No.393】Remove fluid operator var_c…
Browse files Browse the repository at this point in the history
…onv_2d (#63243)
  • Loading branch information
co63oc authored Apr 18, 2024
1 parent 8f2f9e5 commit 8298b96
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 881 deletions.
1 change: 0 additions & 1 deletion paddle/fluid/framework/op_compatible_info.cc
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ void OpCompatibleMap::InitOpCompatibleMap() {
op_compatible_map_["unique"] = {"1.6.0", OpCompatibleType::definite_not};
op_compatible_map_["unique_with_counts"] = {"1.6.0",
OpCompatibleType::definite_not};
op_compatible_map_["var_conv_2d"] = {"1.6.0", OpCompatibleType::definite_not};

op_compatible_map_["reshape2"] = {"1.6.0", OpCompatibleType::possible};
op_compatible_map_["slice"] = {"1.6.0", OpCompatibleType::possible};
Expand Down
1 change: 0 additions & 1 deletion paddle/fluid/operators/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ endif()
SET(OP_MKL_DEPS "")
if (NOT WITH_MKL OR NOT WITH_AVX)
SET(OP_MKL_DEPS ${OP_MKL_DEPS} match_matrix_tensor_op)
SET(OP_MKL_DEPS ${OP_MKL_DEPS} var_conv_2d_op)
endif()
if(WITH_COVERAGE OR WIN32 OR WITH_NV_JETSON)
SET(OP_MKL_DEPS ${OP_MKL_DEPS} pyramid_hash_op)
Expand Down
Loading

0 comments on commit 8298b96

Please sign in to comment.