Skip to content

Commit 1987d45

Browse files
committed
add comment for depthwise pass
1 parent f395075 commit 1987d45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

paddle/fluid/inference/analysis/analyzer.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ class Analyzer : public OrderedRegistry<PassManager> {
6868
const std::vector<std::string> all_ir_passes_{{
6969
// Manual update the passes here.
7070
#ifdef PADDLE_WITH_MKLDNN
71+
// This pass should run before any other convolution fuse.
7172
"depthwise_conv_mkldnn_pass", //
7273
#endif
7374
"attention_lstm_fuse_pass", //

0 commit comments

Comments
 (0)