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

[Topi,x86] Split MKL from BLAS. #6182

Merged
merged 1 commit into from
Aug 11, 2020
Merged

[Topi,x86] Split MKL from BLAS. #6182

merged 1 commit into from
Aug 11, 2020

Commits on Aug 4, 2020

  1. [Topi,x86] Split MKL from BLAS.

    Make cblas and mkl seperate entities in cmake and topi, allowing users
    to use both a BLAS library and MKL. In the future, MKL specific
    functions can be added easily. MKLDNN is also split off from MKL and
    BLAS for the same reasons.
    
    Other improvements:
      - cblas and mkl strategies are now only applied when they are viable.
      - compile_engine will log which implementation it has chosen and why.
    tkonolige committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    c5c117e View commit details
    Browse the repository at this point in the history