Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

MKL and CMake #9868

Open
dabraude opened this issue Feb 23, 2018 · 8 comments
Open

MKL and CMake #9868

dabraude opened this issue Feb 23, 2018 · 8 comments
Labels

Comments

@dabraude
Copy link
Contributor

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.

@anirudh2290
Copy link
Member

I think it is safe to set USE_MKLML_MKL to be same as USE_MKLDNN. @cjolivier01 can you please confirm ?

@marcoabreu
Copy link
Contributor

@zheng-da

@zheng-da
Copy link
Contributor

zheng-da commented Feb 24, 2018 via email

@pengzhao-intel
Copy link
Contributor

@jinhuang415 please take a look for this issue and file a PR to fix.

@cjolivier01
Copy link
Member

I don’t know what’s still left of USE_MKLML_MKL, so I’ll leave it to @zheng-da’s judgement

@cjolivier01
Copy link
Member

...or @pengzhao-intel or @jinhuang415 or someone who is more familiar with the changes

@jinhuang415
Copy link
Contributor

Looks USE_MKLML_MKL is duplicate with USE_MKLDNN, as @zheng-da indicates, we may need 2 separate PRs for this, one to change mshadow to replace USE_MKLML_MKL with USE_MKLDNN, another one to remove USE_MKLML_MKL in mxnet and update mshadow link hash.

@jinhuang415
Copy link
Contributor

We will take care of this issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

7 participants