We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9b3a8d commit 009cf52Copy full SHA for 009cf52
paddle/fluid/framework/ir/CMakeLists.txt
@@ -144,18 +144,6 @@ endif()
144
145
if(WITH_MKLDNN)
146
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)
159
pass_library(depthwise_conv_mkldnn_pass base DIR mkldnn)
160
pass_library(conv_affine_channel_mkldnn_fuse_pass inference DIR mkldnn)
161
pass_library(conv_bias_mkldnn_fuse_pass inference DIR mkldnn)
0 commit comments