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

Nonblocking Collectives #456

Open
wants to merge 27 commits into
base: main
Choose a base branch
from

Commits on Aug 22, 2024

  1. Adding first draft for nb collective intro, broadcast, and test

    manjugv authored and ferrol aderholdt committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    4b9f48d View commit details
    Browse the repository at this point in the history
  2. Update: Addressing feedback from WG - Oct 26

    manjugv authored and ferrol aderholdt committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    bb13dd6 View commit details
    Browse the repository at this point in the history
  3. Adding NB blocking a2a; minor updates

    manjugv authored and ferrol aderholdt committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    df261dd View commit details
    Browse the repository at this point in the history
  4. Adding collective wait

    manjugv authored and ferrol aderholdt committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    48a012c View commit details
    Browse the repository at this point in the history
  5. Adding shmem barrier all nonblocking

    manjugv authored and ferrol aderholdt committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    d3a7ac9 View commit details
    Browse the repository at this point in the history
  6. Fixing description of SHMEM Collective Wait

    manjugv authored and ferrol aderholdt committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    a3c8b15 View commit details
    Browse the repository at this point in the history
  7. Change collective wait to shmem_req_wait

    manjugv authored and ferrol aderholdt committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    1becb00 View commit details
    Browse the repository at this point in the history
  8. Fix description of request param

    manjugv authored and ferrol aderholdt committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    1cbd79a View commit details
    Browse the repository at this point in the history
  9. Add req object to NB barrier arguments

    manjugv authored and ferrol aderholdt committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    f98cdf7 View commit details
    Browse the repository at this point in the history
  10. Remove tagged collectives

    manjugv authored and ferrol aderholdt committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    cc72331 View commit details
    Browse the repository at this point in the history
  11. Add missing 32 and 64 bit interfaces; minor edits

    manjugv authored and ferrol aderholdt committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    a972738 View commit details
    Browse the repository at this point in the history
  12. Update content/nb_collectives_intro.tex

    Co-authored-by: James Dinan <[email protected]>
    2 people authored and ferrol aderholdt committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    db8528c View commit details
    Browse the repository at this point in the history
  13. Update content/shmem_alltoall_nb.tex

    Co-authored-by: James Dinan <[email protected]>
    2 people authored and ferrol aderholdt committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    558e0d3 View commit details
    Browse the repository at this point in the history
  14. Update content/shmem_barrier_all_nb.tex

    Co-authored-by: James Dinan <[email protected]>
    2 people authored and ferrol aderholdt committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    ef3ecf1 View commit details
    Browse the repository at this point in the history
  15. Update content/shmem_broadcast_nb.tex

    Co-authored-by: James Dinan <[email protected]>
    2 people authored and ferrol aderholdt committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    db79fcb View commit details
    Browse the repository at this point in the history
  16. Update content/shmem_broadcast_nb.tex

    Co-authored-by: James Dinan <[email protected]>
    2 people authored and ferrol aderholdt committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    7d74314 View commit details
    Browse the repository at this point in the history
  17. Remove 32 and 64 bit nb variants

    manjugv authored and ferrol aderholdt committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    2355bf8 View commit details
    Browse the repository at this point in the history
  18. Minor edits: Remove active set mention

    manjugv authored and ferrol aderholdt committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    b15c727 View commit details
    Browse the repository at this point in the history
  19. Make shmem_req_test/wait functions neutral

    manjugv authored and ferrol aderholdt committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    030a019 View commit details
    Browse the repository at this point in the history
  20. Update content/nb_collectives_intro.tex

    ferrol aderholdt committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    82e5d54 View commit details
    Browse the repository at this point in the history
  21. Update content/shmem_alltoall_nb.tex

    ferrol aderholdt committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    fb0b482 View commit details
    Browse the repository at this point in the history
  22. Update content/shmem_broadcast_nb.tex

    ferrol aderholdt committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    930b39c View commit details
    Browse the repository at this point in the history
  23. Update content/shmem_barrier_all_nb.tex

    ferrol aderholdt committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    96f0b97 View commit details
    Browse the repository at this point in the history
  24. Update content/shmem_collective_test.tex

    ferrol aderholdt committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    ff96cf5 View commit details
    Browse the repository at this point in the history
  25. Update content/shmem_collective_wait.tex

    ferrol aderholdt committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    ef49e8f View commit details
    Browse the repository at this point in the history
  26. Minor update to nb_collectives_intro

    Add SHMEM_REQ_INVALID library constant
    
    Address WG Feedback
    
    Clarify collective start/execution
    
    Remove barrier_all_nb
    
    Address Feedback
    
    Minor update to nb_collective_intro.tex
    
    Clarify completion of broadcast_nb
    ferrol aderholdt committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    e40b263 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Inclusion of text from PR openshmem-org#507

    ferrol aderholdt committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    02a539a View commit details
    Browse the repository at this point in the history