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 rocSPARSE backend #544

Open
wants to merge 98 commits into
base: develop
Choose a base branch
from

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    1f53e3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a967be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9667522 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c64b57c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    02483e7 View commit details
    Browse the repository at this point in the history
  6. Fix example static_cast

    Rbiessy committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    5cb4518 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7190c6a View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

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

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    31d0a5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42dba2e View commit details
    Browse the repository at this point in the history
  3. Test more sizes with spmm

    Rbiessy committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    3436abe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b0ecc40 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    84fa7f8 View commit details
    Browse the repository at this point in the history
  6. Fix invalid accesses in tests

    Rbiessy committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    a79c5af View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    d452846 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    002d788 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c37ee3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9dbd67b View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

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

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    2e9fb7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d109332 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b9548a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ade4de View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Fix typo

    Rbiessy committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    bac708b View commit details
    Browse the repository at this point in the history
  2. Remove unused wait_stream

    Rbiessy committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    63ca94e View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    82566e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b1a4ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1262248 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Merge operations in one file

    Rbiessy committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    0bac3d4 View commit details
    Browse the repository at this point in the history
  2. Make get_data_type constexpr

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

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    85eefd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8eac87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b4678f View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    df584ca View commit details
    Browse the repository at this point in the history
  2. clang-format

    Rbiessy committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    2a59f22 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Take string as reference

    Rbiessy committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    43f4669 View commit details
    Browse the repository at this point in the history
  2. Take string as reference

    Rbiessy committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    75b4c4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52becf2 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    2f59edc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fbd6d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    615cfb8 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Add comment

    Rbiessy committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    753f623 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef80783 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77c439b View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Fix comment

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

Commits on Jul 29, 2024

  1. Require CSR to be sorted

    Rbiessy committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    9b7ed6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57c9a9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c381f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    42bbc8f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cd1a71a View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Move example static_cast

    Rbiessy committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    95a902a View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    d76ca03 View commit details
    Browse the repository at this point in the history
  2. Remove fill_buffer_to_0

    Rbiessy committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    0c34cfc View commit details
    Browse the repository at this point in the history
  3. format with clang-format-9

    Rbiessy committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    aff9ee2 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    884b5cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0bc0a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1ecc05 View commit details
    Browse the repository at this point in the history
  4. Support for UR

    Rbiessy committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    ed36760 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e06c20d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6ee6621 View commit details
    Browse the repository at this point in the history
  7. Support for UR

    Rbiessy committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    3020a19 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dd59f77 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f20f66e View commit details
    Browse the repository at this point in the history
  10. Support for UR

    Rbiessy committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    bcf0121 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dfec244 View commit details
    Browse the repository at this point in the history
  12. clang-format-9

    Rbiessy committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    70c5a3f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ca89a4a View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    c7a4420 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f8e183 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. clang-format-9

    Rbiessy committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    6a533df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f39b22 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    84cdc7a View commit details
    Browse the repository at this point in the history
  2. clang-format-9

    Rbiessy committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    16c4399 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f164ebf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6cac592 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a20ce8a View commit details
    Browse the repository at this point in the history
  6. cuSPARSE: Add checks that buffer_size and optimize functions are call…

    …ed before when possible
    Rbiessy committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    d805191 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6e1a29d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    66cefca View commit details
    Browse the repository at this point in the history
  9. Add support for CUDA 12.2

    Rbiessy committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    97c2d78 View commit details
    Browse the repository at this point in the history
  10. Fix merge with MKL

    Rbiessy committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    42356ba View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Reword exception

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

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    2850276 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35ff9f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2620766 View commit details
    Browse the repository at this point in the history
  4. Fix comment

    Rbiessy committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    cb70b84 View commit details
    Browse the repository at this point in the history
  5. Fix comment

    Rbiessy committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    8f25052 View commit details
    Browse the repository at this point in the history
  6. Use common_launch_task

    Rbiessy committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    717a54d View commit details
    Browse the repository at this point in the history
  7. Remove unnecessary namespace

    Rbiessy committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    885e3da View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    74b3063 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d58680d View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. rocSPARSE: Add checks that buffer_size and optimize functions are cal…

    …led before when possible
    Rbiessy committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    adb45ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ca0cc4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    484f4cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    00ac65a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c4dc06 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Fix merge

    Rbiessy committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    01e7444 View commit details
    Browse the repository at this point in the history
  2. clang-format

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