Skip to content

Commit 009cf52

Browse files
committed
Fixed error with cmake
1 parent f9b3a8d commit 009cf52

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

paddle/fluid/framework/ir/CMakeLists.txt

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -144,18 +144,6 @@ endif()
144144

145145
if(WITH_MKLDNN)
146146
pass_library(mkldnn_placement_pass base DEPS placement_pass_base DIR mkldnn)
147-
pass_library(
148-
inference
149-
DEPS
150-
mkldnn_placement_pass
151-
op_registry
152-
elementwise_add_op
153-
gelu_op
154-
activation_op
155-
softmax_op
156-
softmax
157-
DIR
158-
mkldnn)
159147
pass_library(depthwise_conv_mkldnn_pass base DIR mkldnn)
160148
pass_library(conv_affine_channel_mkldnn_fuse_pass inference DIR mkldnn)
161149
pass_library(conv_bias_mkldnn_fuse_pass inference DIR mkldnn)

0 commit comments

Comments
 (0)