@bartekkuncer commented on this pull request.
> if(USE_MKL_IF_AVAILABLE AND (NOT APPLE) AND (NOT MSVC) AND > (CMAKE_HOST_SYSTEM_PROCESSOR STREQUAL "x86_64") AND (NOT > CMAKE_CROSSCOMPILING)) - option(USE_MKLDNN "Build with MKL-DNN support" ON) + option(USE_ONEDNN "Build with MKL-DNN support" ON) This will be addressed in separate PR. -- You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-mxnet/pull/19944#discussion_r589347835
