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 a CSR batched matrix format, CUDA, HIP and DPCPP kernels #1450

Merged
merged 18 commits into from
Dec 12, 2023

Commits on Dec 11, 2023

  1. Add batch::matrix::Csr class and core

    Co-authored-by: Aditya Kashi <[email protected]>
    pratikvn and Slaedr committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    e877090 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    646a294 View commit details
    Browse the repository at this point in the history
  3. Add ref kernels, core and ref tests

    Co-authored-by: Aditya Kashi <[email protected]>
    pratikvn and Slaedr committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    e12e1a7 View commit details
    Browse the repository at this point in the history
  4. Add omp kernels, dev kernel framework and tests

    Co-authored-by: Aditya Kashi <[email protected]>
    pratikvn and Slaedr committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    f4565b5 View commit details
    Browse the repository at this point in the history
  5. Add CUDA/HIP kernels and tests

    Co-authored-by: Aditya Kashi <[email protected]>
    pratikvn and Slaedr committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    373898a View commit details
    Browse the repository at this point in the history
  6. Add dpcpp kernels and tests

    Co-authored-by: Phuong Nguyen <[email protected]>
    pratikvn and Phuong Nguyen committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    a9d89d9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a86d05b View commit details
    Browse the repository at this point in the history
  8. udpate docs

    pratikvn committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    218e39d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    883ed9e View commit details
    Browse the repository at this point in the history
  10. Format files

    Co-authored-by: Pratik Nayak <[email protected]>
    ginkgo-bot and pratikvn committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    24a6e91 View commit details
    Browse the repository at this point in the history
  11. Format files

    pratikvn committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    7157735 View commit details
    Browse the repository at this point in the history
  12. Review updates

    Co-authored-by: Marcel Koch <[email protected]>
    pratikvn and MarcelKoch committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    d5cbf7b View commit details
    Browse the repository at this point in the history
  13. Remove leftover copyright

    pratikvn committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    12e2987 View commit details
    Browse the repository at this point in the history
  14. Format files

    Co-authored-by: Pratik Nayak <[email protected]>
    ginkgo-bot and pratikvn committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    bffada4 View commit details
    Browse the repository at this point in the history
  15. update to use get_size()

    pratikvn committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    611fa27 View commit details
    Browse the repository at this point in the history
  16. Review updates

    Co-authored-by: Yu-Hsiang Tsai <[email protected]>
    pratikvn and yhmtsai committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    1b17d5d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6adf1a6 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. review updates

    pratikvn committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    c30aae8 View commit details
    Browse the repository at this point in the history