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

Various benchmark improvements #812

Merged
merged 10 commits into from
Jul 6, 2021
Merged

Various benchmark improvements #812

merged 10 commits into from
Jul 6, 2021

Commits on Jul 2, 2021

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

Commits on Jul 3, 2021

  1. use better ELL benchmark exclusion criterion

    This actually measures the storage overhead
    upsj committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    c417732 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2021

  1. fix OpenMP Coo/Hybrid -> Csr conversion

    empty COO matrices caused issues due to overflowing unsigned subtraction
    upsj committed Jul 4, 2021
    Configuration menu
    Copy the full SHA
    6b52076 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    debe446 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e70329 View commit details
    Browse the repository at this point in the history
  4. fix OpenMP Hybrid->Csr conversion

    for real this time
    upsj committed Jul 4, 2021
    Configuration menu
    Copy the full SHA
    b54660d View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2021

  1. fix benchmarks with BUILD_CUDA on non-GPU systems

    The strategies created temporary GPU executors,
    which needs to be avoided, as they throw an exception
    upsj committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    9bf5ca9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4430c84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba0c3f4 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. review updates

    Co-authored-by: Yuhsiang Tsai <yhmtsai@gmail.com>
    upsj and yhmtsai committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    c5343ab View commit details
    Browse the repository at this point in the history