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

Implement sparse SGMV #64

Merged
merged 12 commits into from
Nov 28, 2023
Merged

Implement sparse SGMV #64

merged 12 commits into from
Nov 28, 2023

Commits on Nov 24, 2023

  1. WIP: sparse sgmv

    tgaddair committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    e4c2c5f View commit details
    Browse the repository at this point in the history
  2. SGMV on each rank

    tgaddair committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    01f8268 View commit details
    Browse the repository at this point in the history
  3. Fixed rank segments

    tgaddair committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    a9562c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fbd77ca View commit details
    Browse the repository at this point in the history
  5. Comment

    tgaddair committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    2e39bf8 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. Configuration menu
    Copy the full SHA
    ff99403 View commit details
    Browse the repository at this point in the history
  2. Updated sgmv function

    tgaddair committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    1794957 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Sparse SGMV kernels

    tgaddair committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    beffdc2 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Merge

    tgaddair committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    fe2a93a View commit details
    Browse the repository at this point in the history
  2. Updated shrink kernel

    tgaddair committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    4ae50b0 View commit details
    Browse the repository at this point in the history
  3. Fixed name clash

    tgaddair committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    306bd52 View commit details
    Browse the repository at this point in the history
  4. Off by one

    tgaddair committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    c15154e View commit details
    Browse the repository at this point in the history