PawelGlomski-Intel commented on a change in pull request #20606:
URL: https://github.com/apache/incubator-mxnet/pull/20606#discussion_r721230623
##########
File path: src/operator/subgraph/dnnl/dnnl_transformer.cc
##########
@@ -23,25 +23,24 @@
#include <utility>
#include <vector>
-#include "./mkldnn_transformer-inl.h"
-
#include "../../contrib/transformer-inl.h"
#include "../../quantization/quantization_utils.h"
#include "../../tensor/elemwise_unary_op.h"
#include "../common.h"
+#include "./dnnl_transformer-inl.h"
Review comment:
I believe our new configuration of clang-format shouldn't reorder
includes.
@mozga-intel is this still our current clang-format configuration?
https://github.com/apache/incubator-mxnet/pull/20433/files
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]