You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
Looking at the CMake with MKL I noticed there is an option there called USE_MKLML_MKL which has the same docstring as USE_MKLDNN ; from what I can tell it is there for support with mshadow, would it not be safer to set USE_MKLML_MKL to be the same as USE_MKLDNN ? Alternatively the docstring could indicate one is for mxnet and the other mshadow.
Looking at the CMake with MKL I noticed there is an option there called
USE_MKLML_MKLwhich has the same docstring asUSE_MKLDNN; from what I can tell it is there for support with mshadow, would it not be safer to setUSE_MKLML_MKLto be the same asUSE_MKLDNN? Alternatively the docstring could indicate one is for mxnet and the other mshadow.