Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with the Shipped Libraries of latest release v0.21. MIssing DNNL libraries. #558

Closed
pranathibl opened this issue Sep 20, 2019 · 5 comments
Assignees
Labels

Comments

@pranathibl
Copy link

In the latest release v0.21,
We haven't seen any DNNL libraries shipping for 0.21 release.
We are seeing mkl libraries instead of DNNL libraries.
Is DNNL libraries now part of MKL ?

Is any dependency with MKL introduced ?
In the previous query , You mentioned that dependency of MKL was removed with MKLDNN. Does this hold true now ?

Please elaborate on the queries ?

@rsdubtso
Copy link

  1. We do not ship prebuilt MKL-DNN/DNNL libraries
  2. Dependency on MKL/MKLML was removed from the 1.x branch, but not the 0.x branch which which was used to build 0.21. Hence, the 0.21 release also contains a new set of MKLML binary libraries.

@rsdubtso rsdubtso added the sighting Suspicious library behavior. Should be promoted to a bug when confirmed label Sep 20, 2019
@vpirogov vpirogov added question and removed sighting Suspicious library behavior. Should be promoted to a bug when confirmed labels Sep 20, 2019
@pranathibl
Copy link
Author

Does MKL dependency added/removed intermittently based on requirement.
Why MKL is required for 0.x branch ?

Are you planning to add MKL dependency even in 1.x branch ?
For which releases the MKLDNN/DNNL libraries are expected to ship ?

@rsdubtso
Copy link

Does MKL dependency added/removed intermittently based on requirement. Why MKL is required for 0.x branch ?

Because of GEMM.

Are you planning to add MKL dependency even in 1.x branch ?

No. We improved GEMM performance in 1.x and therefore decided to remove dependency on MKL.

For which releases the MKLDNN/DNNL libraries are expected to ship ?

We are not shipping binary MKLDNN/DNNL libraries for any releases. We are only making source releases on github. Binary packages are available from various distributions and other channels like conda. However, they lag the development significantly, so if you need any recent features it is best to build the library yourself.

@vpirogov
Copy link
Member

What @rsdubtso said is correct only for v0.x releases (mnt-v0 branch). We do ship pre-built binaries for master starting from v1.0. You can find these in the release section:

The next planned release from this branch is v1.1.

@vpirogov
Copy link
Member

Closing the issue due to lack of activity. Feel free to reopen if you have any further questions.

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

No branches or pull requests

3 participants