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 sparse matrix to mp #860

Open
wants to merge 55 commits into
base: main
Choose a base branch
from
Open

Add sparse matrix to mp #860

wants to merge 55 commits into from

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    00f1e39 View commit details
    Browse the repository at this point in the history
  2. Fixed row shape calculation

    Xewar313 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    36d7f38 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

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

Commits on Aug 21, 2024

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

Commits on Aug 27, 2024

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

Commits on Aug 28, 2024

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

Commits on Sep 3, 2024

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

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    756fab1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b498ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbf2acf View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    9eca244 View commit details
    Browse the repository at this point in the history
  2. Fix formatting

    Xewar313 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    7b55a1b View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    bb2e02e View commit details
    Browse the repository at this point in the history
  2. Add benchmarking tools

    Xewar313 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    18165da View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Add gemv benchmark to gbench

    Xewar313 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    94f818e View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    982a0e0 View commit details
    Browse the repository at this point in the history
  2. Fixed gemv reference

    Xewar313 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    47a8455 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

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

Commits on Sep 30, 2024

  1. Fix band csr generation

    Xewar313 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    231a09a View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    6b8af49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    628aa07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2047ecf View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    4f12327 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71bd336 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

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

Commits on Oct 8, 2024

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

Commits on Oct 9, 2024

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

Commits on Oct 16, 2024

  1. Add better work distribution to csr_row_distiribution and fix distrib…

    …uted_vector rma memory access
    Xewar313 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    f93961b View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    e421523 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fa4a68 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

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

Commits on Nov 4, 2024

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

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    5edd0ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5800f99 View commit details
    Browse the repository at this point in the history
  3. Fix test compilation

    Xewar313 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    cae67ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28519e0 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Fix and improve tests

    Xewar313 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    f2c2fbe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a00d61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ec4b21 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Fix compilation on borealis

    Xewar313 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    05f5c63 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. fix compilation

    Xewar313 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    06a6628 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa706f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e0e9d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f1a2b7 View commit details
    Browse the repository at this point in the history
  5. Fix style

    Xewar313 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    28e023e View commit details
    Browse the repository at this point in the history
  6. Merge onedpl fix

    Xewar313 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    e4ee8c7 View commit details
    Browse the repository at this point in the history
  7. Some fixes with verions

    Xewar313 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    55185dc View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Add local to csr_eq_segment

    Xewar313 committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    b7704ea View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Add proper local method

    Xewar313 committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    4acbad6 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Add problem to review

    Xewar313 committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    1f84ba7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba20ee3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bad5606 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. Fix issue with lambda copy

    Xewar313 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    8e7f1fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3503271 View commit details
    Browse the repository at this point in the history