Skip to content

Commit cb01c59

Browse files
committed
add back reduce_op
1 parent 3cb6395 commit cb01c59

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

paddle/fluid/operators/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,6 @@ if(NOT WITH_MKLDNN)
272272
list(REMOVE_ITEM GENERAL_OPS fc_op)
273273
endif(NOT WITH_MKLDNN)
274274

275-
list(REMOVE_ITEM GENERAL_OPS reduce_op)
276-
277275
foreach(src ${GENERAL_OPS})
278276
op_library(${src})
279277
endforeach()

0 commit comments

Comments
 (0)