waytrue17 opened a new issue #18073: Build error on Mac OS URL: https://github.com/apache/incubator-mxnet/issues/18073 ## Description Errors occur when I followed the tutorial https://mxnet.apache.org/get_started/osx_setup to build MXNet on Mac OS. ## To fix it It seems MKL-DNN has some support issues with Mac OS. To solve the problem: 1. At step 2 of the tutorial, go to config.cmake 2. Turn off MKL-DNN by changing set(USE_MKLDNN ON CACHE BOOL "Build with MKL-DNN support") to set(USE_MKLDNN OFF CACHE BOOL "Build with MKL-DNN support")
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
