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

Mixed precision ELL #717

Merged
merged 14 commits into from
May 6, 2021
Merged

Mixed precision ELL #717

merged 14 commits into from
May 6, 2021

Commits on May 6, 2021

  1. add ELL mixed-precision support

    upsj committed May 6, 2021
    Configuration menu
    Copy the full SHA
    19cbd4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89ffe45 View commit details
    Browse the repository at this point in the history
  3. Add tests for mixed precision ELL

    fritzgoebel authored and upsj committed May 6, 2021
    Configuration menu
    Copy the full SHA
    b9ba178 View commit details
    Browse the repository at this point in the history
  4. adjust tolerances for lp value types

    fritzgoebel authored and upsj committed May 6, 2021
    Configuration menu
    Copy the full SHA
    420384c View commit details
    Browse the repository at this point in the history
  5. use size_type for accessor dimensions

    fritzgoebel authored and upsj committed May 6, 2021
    Configuration menu
    Copy the full SHA
    b2e10a7 View commit details
    Browse the repository at this point in the history
  6. Fix HIP and CUDA ELL SpMV Debug error

    Thomas Grützmacher authored and upsj committed May 6, 2021
    Configuration menu
    Copy the full SHA
    d0a4e44 View commit details
    Browse the repository at this point in the history
  7. Code Review

    fritzgoebel authored and upsj committed May 6, 2021
    Configuration menu
    Copy the full SHA
    319491c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    07bf3be View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9618ef3 View commit details
    Browse the repository at this point in the history
  10. review updates

    * formatting and documentation
    * improve CMake configuration output
    * remove unused variables
    * extract test dimensions from ell_kernels tests
    * use SFINAE instead of casting in precision_dispatch.hpp
    
    Co-authored-by: Thomas Grützmacher <thomas.gruetzmacher@kit.edu>
    Co-authored-by: Pratik Nayak <pratik.nayak@kit.edu>
    3 people committed May 6, 2021
    Configuration menu
    Copy the full SHA
    cb0b181 View commit details
    Browse the repository at this point in the history
  11. rename mixed precision ELL benchmark format to ell-mixed

    Co-authored-by: Yuhsiang M. Tsai <19565938+yhmtsai@users.noreply.github.com>
    upsj and yhmtsai committed May 6, 2021
    Configuration menu
    Copy the full SHA
    e67a8b6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    45f9923 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    535b577 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    31fe679 View commit details
    Browse the repository at this point in the history