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

Amgx parallel graph match reference and fill_seq_array #528

Merged
merged 26 commits into from
Mar 12, 2021

Commits on Mar 11, 2021

  1. Configuration menu
    Copy the full SHA
    9d32f7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36cf47c View commit details
    Browse the repository at this point in the history
  3. add core test

    yhmtsai committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    ff18f2e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    60f68ee View commit details
    Browse the repository at this point in the history
  5. add csr absolute and store weight explicitly

    Co-authored-by: Tobias Ribizel <[email protected]>
    yhmtsai and upsj committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    ab61015 View commit details
    Browse the repository at this point in the history
  6. replace extract_diagonal

    yhmtsai committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    9a37dde View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c856a6e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0b8b39d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1300930 View commit details
    Browse the repository at this point in the history
  10. remove unneeded code, add description of agg_group

    Co-authored-by: Tobias Ribizel <[email protected]>
    yhmtsai and upsj committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    bdbf0b7 View commit details
    Browse the repository at this point in the history
  11. use AbsoluteComputable and update documentation

    Co-authored-by: Pratik Nayak <[email protected]>
    yhmtsai and pratikvn committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    89876a2 View commit details
    Browse the repository at this point in the history
  12. update focumentation and fix format

    Co-authored-by: Terry Cojean <[email protected]>
    yhmtsai and tcojean committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    bb213cf View commit details
    Browse the repository at this point in the history
  13. review update

    Co-authored-by: Pratik Nayak <[email protected]>
    Co-authored-by: Terry Cojean <[email protected]>
    Co-authored-by: Tobias Ribizel <[email protected]>
    4 people committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    6b6525b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a249373 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e8682c7 View commit details
    Browse the repository at this point in the history
  16. Apply suggestions from code review

    - use consistent indextype of num_agg/num_unagg
    - format
    - use read to build the csr
    - improve document
    
    Co-authored-by: Pratik Nayak <[email protected]>
    Co-authored-by: Terry Cojean <[email protected]>
    Co-authored-by: Tobias Ribizel <[email protected]>
    4 people committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    bb3b66c View commit details
    Browse the repository at this point in the history
  17. Rename the multigrid interface, improve doc

    Co-authored-by: Pratik Nayak <[email protected]>
    yhmtsai and pratikvn committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    ac20215 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    29aca61 View commit details
    Browse the repository at this point in the history
  19. WIP

    yhmtsai committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    122b349 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    4c3f785 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    629004d View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    85449b8 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    8b140dd View commit details
    Browse the repository at this point in the history
  24. Add fill_array TypedTest and update documentation

    Co-authored-by: Aditya Kashi <[email protected]>
    Co-authored-by: Pratik Nayak <[email protected]>
    Co-authored-by: Terry Cojean <[email protected]>
    4 people committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    9d4f8bc View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    599d740 View commit details
    Browse the repository at this point in the history
  26. split MultigridLevel EnableMultigridLevel

    - MultigridLevel as interface without ValueType information
    - EnableMultigridLevel gives the default impl with composition
    yhmtsai committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    1fdfd83 View commit details
    Browse the repository at this point in the history