cjolivier01 commented on a change in pull request #9677: Refactor operators and add MKLDNN URL: https://github.com/apache/incubator-mxnet/pull/9677#discussion_r168575480
########## File path: tests/cpp/operator/tune/operator_tune_test.cc ########## @@ -18,13 +18,14 @@ */ #include <gtest/gtest.h> #include <mxnet/tensor_blob.h> -#include <numeric> #include "../../src/operator/nn/activation-inl.h" #include "../../src/operator/operator_tune-inl.h" #include "../include/test_op_runner.h" #include "../include/test_core_op.h" #include "../include/test_tune.h" +#if MXNET_USE_OPERATOR_TUNING Review comment: Operator tuning is an optional feature. It also hangs on startup on Windows for some reason so that's disabled in the CMAKE. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
