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

Updated features to match intel-mkl-src 8.1 (enabeling multithreading / ilp64) #359

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jun 16, 2023

  1. Update lax Cargo.toml to match the updated ndarray-linalg.toml

    Accepts the features from the updated ndarray-linalg.toml
    Features get passed to the intel-mkl-src 0.8.1 crate. 
    Enables multithreaded intel-mkl as well as ilpq64 support
    KKrijnen authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    69d83d9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from KKrijnen/patch-3

    Update lax Cargo.toml to match the updated ndarray-linalg.toml
    KKrijnen authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    9add8d7 View commit details
    Browse the repository at this point in the history
  3. Update Cargo.toml

    KKrijnen authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    6e26920 View commit details
    Browse the repository at this point in the history
  4. Update lib.rs

    KKrijnen authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    c6e5ec7 View commit details
    Browse the repository at this point in the history