add comment for depthwise pass

panyx0718-patch-1
Sylwester Fraczek 7 years ago
parent f395075efc
commit 1987d45e75

@ -68,6 +68,7 @@ class Analyzer : public OrderedRegistry<PassManager> {
const std::vector<std::string> all_ir_passes_{{
// Manual update the passes here.
#ifdef PADDLE_WITH_MKLDNN
// This pass should run before any other convolution fuse.
"depthwise_conv_mkldnn_pass", //
#endif
"attention_lstm_fuse_pass", //

Loading…
Cancel
Save