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

oneMKL - L1: nrm2 support #2

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

Commits on Nov 1, 2022

  1. added nrm2 base structure

    kballeda committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    fd82b5a View commit details
    Browse the repository at this point in the history
  2. * build_local was successful but runtime errors observed

    * precompile() fails with similar error
    kballeda committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    e29ef03 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. compilation successful

    kballeda committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    a7f9678 View commit details
    Browse the repository at this point in the history
  2. bug fixes and linalg.jl updated

    facing oneMKL native crash with wrong args
    kballeda committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    f41d480 View commit details
    Browse the repository at this point in the history
  3. NITS

    kballeda committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    cf39236 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Configuration menu
    Copy the full SHA
    4ace1b4 View commit details
    Browse the repository at this point in the history
  2. testf enabled

    kballeda committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    5251869 View commit details
    Browse the repository at this point in the history
  3. enabled compleF32

    kballeda committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    aea8ead View commit details
    Browse the repository at this point in the history
  4. enabled rest of the methods

    kballeda committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    d6072b3 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. 1. results dev array created at wrapper

    2. onestrided array used
    kballeda committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    a27f95b View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Configuration menu
    Copy the full SHA
    a4bef33 View commit details
    Browse the repository at this point in the history
  2. NITS

    kballeda committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    6204f73 View commit details
    Browse the repository at this point in the history
  3. alignment corrections

    kballeda committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    77a16c8 View commit details
    Browse the repository at this point in the history
  4. NITS

    kballeda committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    aefb2e7 View commit details
    Browse the repository at this point in the history
  5. alignment wrappers

    kballeda committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    1ca1f82 View commit details
    Browse the repository at this point in the history
  6. NITS

    kballeda committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    77cd3ca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9e9b5fb View commit details
    Browse the repository at this point in the history
  8. clean up device/context

    kballeda committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    9a18260 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Configuration menu
    Copy the full SHA
    c24de67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98edc69 View commit details
    Browse the repository at this point in the history
  3. nrm2 - linalg cleanup

    kballeda committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    cc6a792 View commit details
    Browse the repository at this point in the history
  4. NITS

    kballeda committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    872fa11 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Configuration menu
    Copy the full SHA
    99dde3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1f60e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51ecfd4 View commit details
    Browse the repository at this point in the history