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 batched block Jacobi preconditioner #1542

Merged
merged 23 commits into from
May 9, 2024
Merged

Commits on May 9, 2024

  1. Add batch::Jacobi class and core

    Co-authored-by: Isha Aggarwal<[email protected]>
    Co-authored-by: Aditya Kashi<[email protected]>
    pratikvn committed May 9, 2024
    Configuration menu
    Copy the full SHA
    2defd18 View commit details
    Browse the repository at this point in the history
  2. Add core tests

    Co-authored-by: Isha Aggarwal<[email protected]>
    Co-authored-by: Aditya Kashi<[email protected]>
    pratikvn committed May 9, 2024
    Configuration menu
    Copy the full SHA
    2bc540e View commit details
    Browse the repository at this point in the history
  3. Add reference dev classes and kernels

    Co-authored-by: Isha Aggarwal<[email protected]>
    Co-authored-by: Aditya Kashi<[email protected]>
    pratikvn committed May 9, 2024
    Configuration menu
    Copy the full SHA
    c67e2b8 View commit details
    Browse the repository at this point in the history
  4. Add reference tests

    Co-authored-by: Isha Aggarwal<[email protected]>
    Co-authored-by: Aditya Kashi<[email protected]>
    pratikvn committed May 9, 2024
    Configuration menu
    Copy the full SHA
    212b544 View commit details
    Browse the repository at this point in the history
  5. Add omp kernels and unified tests

    Co-authored-by: Isha Aggarwal<[email protected]>
    Co-authored-by: Aditya Kashi<[email protected]>
    pratikvn committed May 9, 2024
    Configuration menu
    Copy the full SHA
    ebd3c5d View commit details
    Browse the repository at this point in the history
  6. Add device stubs

    Co-authored-by: Isha Aggarwal<[email protected]>
    Co-authored-by: Aditya Kashi<[email protected]>
    pratikvn committed May 9, 2024
    Configuration menu
    Copy the full SHA
    18cad0f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b9eeab8 View commit details
    Browse the repository at this point in the history
  8. update batch_item struct

    pratikvn committed May 9, 2024
    Configuration menu
    Copy the full SHA
    e16098b View commit details
    Browse the repository at this point in the history
  9. Format tests and fix docs

    pratikvn committed May 9, 2024
    Configuration menu
    Copy the full SHA
    4b450f5 View commit details
    Browse the repository at this point in the history
  10. review updates

    Co-authored-by: Marcel Koch <[email protected]>
    Co-authored-by: Yu-Hsiang Tsai <[email protected]>
    3 people committed May 9, 2024
    Configuration menu
    Copy the full SHA
    2bf139c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4263556 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    14d6e70 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f0b471d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7903d8d View commit details
    Browse the repository at this point in the history
  15. wip review updates

    pratikvn committed May 9, 2024
    Configuration menu
    Copy the full SHA
    46622e5 View commit details
    Browse the repository at this point in the history
  16. add assert_near for arrays

    pratikvn committed May 9, 2024
    Configuration menu
    Copy the full SHA
    26dc67c View commit details
    Browse the repository at this point in the history
  17. review updates

    pratikvn committed May 9, 2024
    Configuration menu
    Copy the full SHA
    31d8997 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7642294 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f50d306 View commit details
    Browse the repository at this point in the history
  20. review updates

    Co-authored-by: Marcel Koch <[email protected]>
    Co-authored-by: Yu-Hsiang Tsai <[email protected]>
    3 people committed May 9, 2024
    Configuration menu
    Copy the full SHA
    a7c8b71 View commit details
    Browse the repository at this point in the history
  21. getters need to be in headers

    due to circ dep issues, libginkgo -> libginkgo_kernels
    pratikvn committed May 9, 2024
    Configuration menu
    Copy the full SHA
    0b1aa1c View commit details
    Browse the repository at this point in the history
  22. add scalar_jac solver test

    pratikvn committed May 9, 2024
    Configuration menu
    Copy the full SHA
    5938aa7 View commit details
    Browse the repository at this point in the history
  23. doc fixes

    Co-authored-by: Yu-Hsiang Tsai <[email protected]>
    pratikvn and yhmtsai committed May 9, 2024
    Configuration menu
    Copy the full SHA
    83a9280 View commit details
    Browse the repository at this point in the history