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

Add SLATE for Distributed Memory Linear Algebra #407

Draft
wants to merge 51 commits into
base: master
Choose a base branch
from

Commits on Jun 1, 2023

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

Commits on Jun 2, 2023

  1. Configuration menu
    Copy the full SHA
    2833cc9 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

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

Commits on Jun 5, 2023

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

Commits on Jun 6, 2023

  1. Configuration menu
    Copy the full SHA
    39b5983 View commit details
    Browse the repository at this point in the history
  2. [skip ci] minor dox

    wavefunction91 committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    6207b68 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    e87d2c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9023b1b View commit details
    Browse the repository at this point in the history
  3. [skip ci] Cleanup++

    wavefunction91 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    61fbe42 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    7950fa0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eda1009 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc109c2 View commit details
    Browse the repository at this point in the history
  4. Cleanup

    wavefunction91 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    aa5834d View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    46f556e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24e082b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12627e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d1ec1f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2300b64 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    5bcd73f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8f8569 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4d825c View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    8423308 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3808609 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8bb9cf5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ddad01e View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Minor refactor of linalg testing starategy for SLATE/ScaLAPACK, add S…

    …LATE::svd for values only + UT
    wavefunction91 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    f041af7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c21800 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cad781d View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Refactor linalg tests

    wavefunction91 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    65b3529 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e2d34e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1087f6 View commit details
    Browse the repository at this point in the history
  4. Moved ScaLAPACK + SLATE tests over to new OO UT framework, disable an…

    …alogous tests in linalg.cpp
    wavefunction91 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    316ee14 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    29086c3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2afee0b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f12535c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a44a2ca View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1bb4113 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    62d6fda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a6e4a4 View commit details
    Browse the repository at this point in the history
  3. Cleanup of linalg.cpp

    wavefunction91 committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    9c227e5 View commit details
    Browse the repository at this point in the history
  4. Move all SLATE conversion tests to slate.cpp, fix slate_to_array for …

    …Sparse TAs, add additional sparse UTs for SLATE conversions
    wavefunction91 committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    6ad69f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0a9dcc9 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    3e317ee View commit details
    Browse the repository at this point in the history
  2. Add ColMajor option for CyclicPmap + UTs, temporarily (?) disable "sm…

    …art" iterators in CyclicPmap
    wavefunction91 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    12de97a View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. Configuration menu
    Copy the full SHA
    abad056 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab999b0 View commit details
    Browse the repository at this point in the history
  3. Make linalg test optionally MPI safe, guard SLATE HEIG, validated rem…

    …ainder of parallel SLATE linalg UTs
    wavefunction91 committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    4550e1e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61e0330 View commit details
    Browse the repository at this point in the history
  5. Bump pinned SLATE tag

    wavefunction91 committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    29572cc View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. Configuration menu
    Copy the full SHA
    6accd5e View commit details
    Browse the repository at this point in the history