leezu opened a new pull request #17794: Disable MKL_USE_STATIC_LIBS by default URL: https://github.com/apache/incubator-mxnet/pull/17794 ## Description ## Disable MKL_USE_STATIC_LIBS by default Fixes https://github.com/apache/incubator-mxnet/issues/17791 #17751 tried to prevent the situation where MKLDNN `dlopens` intel omp after another omp has already been opened by the dynamic linker. #17751 both disabled `MKL_USE_SINGLE_DYNAMIC_LIBRARY` and enabled `MKL_USE_STATIC_LIBS`. Enabling `MKL_USE_STATIC_LIBS` by default is however not needed and causes issues on some systems. Thus disable `MKL_USE_STATIC_LIBS` by default again.
---------------------------------------------------------------- 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
