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 Dense batched class and kernels #1413

Merged
merged 28 commits into from
Oct 12, 2023
Merged

Add a Dense batched class and kernels #1413

merged 28 commits into from
Oct 12, 2023

Commits on Oct 11, 2023

  1. Add batch dense base class, core and kernels

    Co-authored-by: Aditya Kashi <[email protected]>
    pratikvn and Slaedr committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    5f2379f View commit details
    Browse the repository at this point in the history
  2. add reference kernels WIP

    pratikvn committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    e9f2aa1 View commit details
    Browse the repository at this point in the history
  3. Generalize batch utilities

    pratikvn committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    2f6bd77 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c9d5b44 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4053a95 View commit details
    Browse the repository at this point in the history
  6. Add reference kernel tests

    pratikvn committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    e4928b2 View commit details
    Browse the repository at this point in the history
  7. Add OMP tests and fix kernel

    pratikvn committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    ecc7e51 View commit details
    Browse the repository at this point in the history
  8. Format files

    Co-authored-by: Pratik Nayak <[email protected]>
    ginkgo-bot and pratikvn committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    ccbbb40 View commit details
    Browse the repository at this point in the history
  9. circ dep and typo fixes

    pratikvn committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    691201a View commit details
    Browse the repository at this point in the history
  10. Add CUDA, HIP kernels and tests

    Co-authored-by: Aditya Kashi <[email protected]>
    Co-authored-by: Isha Aggarwal <[email protected]>
    3 people committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    a4b82ea View commit details
    Browse the repository at this point in the history
  11. Add SYCL kernels and tests WIP

    Co-authored-by: Phuong Nguyen <[email protected]>
    pratikvn and Phuong Nguyen committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    b23dbfa View commit details
    Browse the repository at this point in the history
  12. HIP and CUDA thrust fixes

    pratikvn committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    07578dd View commit details
    Browse the repository at this point in the history
  13. SYCL kernel fixes

    pratikvn committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    81bcf74 View commit details
    Browse the repository at this point in the history
  14. BatchDense -> batch::Dense

    pratikvn committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    2483667 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b402b94 View commit details
    Browse the repository at this point in the history
  16. Format files

    Co-authored-by: Pratik Nayak <[email protected]>
    ginkgo-bot and pratikvn committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    3ca9fb4 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e5b8813 View commit details
    Browse the repository at this point in the history
  18. Review updates

    Co-authored-by: Marcel Koch <[email protected]>
    pratikvn and MarcelKoch committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    c00b6d9 View commit details
    Browse the repository at this point in the history
  19. Review updates

    Co-authored-by: Thomas Grützmacher <[email protected]>
    pratikvn and Thomas Grützmacher committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    fe21d65 View commit details
    Browse the repository at this point in the history
  20. dpcpp Jacobi needs ranlux

    pratikvn committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    f210ea9 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    fb74b71 View commit details
    Browse the repository at this point in the history
  22. Format files

    Co-authored-by: Pratik Nayak <[email protected]>
    ginkgo-bot and pratikvn committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    660ec7c View commit details
    Browse the repository at this point in the history
  23. const_array_view needs to be in gko::

    MSVC compiler fails lookip in gko::detail if there exists a gko::x::detail namespace
    pratikvn committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    76726e9 View commit details
    Browse the repository at this point in the history
  24. Review updates

    Co-authored-by: Yu-Hsiang Tsai <[email protected]>
    Co-authored-by: Marcel Koch <[email protected]>
    3 people committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    09b7574 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    94452e9 View commit details
    Browse the repository at this point in the history
  26. Add to test_install

    pratikvn committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    4a18c40 View commit details
    Browse the repository at this point in the history
  27. Format files

    Co-authored-by: Pratik Nayak <[email protected]>
    ginkgo-bot and pratikvn committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    927e8c8 View commit details
    Browse the repository at this point in the history
  28. Review updates

    Co-authored-by: Terry Cojean <[email protected]>
    pratikvn and tcojean committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    190a010 View commit details
    Browse the repository at this point in the history