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

[SPARSE] Add support for cuSPARSE backend #527

Merged
merged 44 commits into from
Oct 29, 2024

Commits on Sep 6, 2024

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

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    3d02b34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1122221 View commit details
    Browse the repository at this point in the history
  3. Remove unused mkl_helper file

    Rbiessy committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    f42eab5 View commit details
    Browse the repository at this point in the history
  4. Update README with cuSPARSE

    Rbiessy committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    8584899 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Fix typos and rewording

    Rbiessy committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    7aa5177 View commit details
    Browse the repository at this point in the history
  2. Rework test accuracy for spsv

    Rbiessy committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    70cdbe0 View commit details
    Browse the repository at this point in the history
  3. Remove get_mem for USM

    Rbiessy committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    8173331 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Map statuses CUSPARSE_STATUS_NOT_INITIALIZED and CUSPARSE_STATUS_MATR…

    …IX_TYPE_NOT_SUPPORTED
    Rbiessy committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    9c16425 View commit details
    Browse the repository at this point in the history
  2. Reword comment

    Rbiessy committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    36599a9 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Reword comment

    Rbiessy committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    3b29e32 View commit details
    Browse the repository at this point in the history
  2. Remove redundant namespace

    Rbiessy committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    84565a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44dc73d View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    050f22a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77d19e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d23b24d View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Avoid placeholder accessor

    Rbiessy committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    4db2187 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    f73fd0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18156e5 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Document missing feature

    Rbiessy committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    5addc14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6946d64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e77ead View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    325f794 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9bc77d1 View commit details
    Browse the repository at this point in the history
  6. Fix documentation typo

    Rbiessy committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    710b80b View commit details
    Browse the repository at this point in the history
  7. an -> a

    Rbiessy committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    00e5ced View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    342380e View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Fix documentation enums

    Rbiessy committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    96b38fd View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    c5ba2c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f5c80c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58f08c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0eae1e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2149e39 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bad6bfb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6318d53 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    956ae49 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Test in-order queues

    Rbiessy committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    43428ca View commit details
    Browse the repository at this point in the history
  2. clang-format-19.1

    Rbiessy committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    790d018 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae5e387 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97eef5c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2888232 View commit details
    Browse the repository at this point in the history
  6. Update example README output

    Rbiessy committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    b4f553c View commit details
    Browse the repository at this point in the history
  7. clang-format

    Rbiessy committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    a2177f7 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

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