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

New AlltoAllV (Imbalanced AlltoAll) benchmark. #157

Open
wants to merge 20 commits into
base: master
Choose a base branch
from

Commits on Jun 2, 2023

  1. Initialized alltoallv test

    babusid committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    071d8ac View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. Initial draft of alltoallv test.

    Changes:
    - Added variable count of elements to send/recv based on sending/recieving peers
    - Added new file to make file
    
    Notes:
    - Current method of uniquely identifying the peers that are sending (thread_local of thread number) may not work correctly.
    Not sure if that is the appropriate way to determine rank.
    babusid committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    46d30f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    086e318 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Configuration menu
    Copy the full SHA
    2f0cb03 View commit details
    Browse the repository at this point in the history
  2. convenience script

    babusid committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    e8e2bf5 View commit details
    Browse the repository at this point in the history
  3. added a default load case

    babusid committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    5c0ea18 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    53bc496 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. First draft of more granular alltoallv

    - alltoallv2.cu testfile: Parameterizes with alltoallv_param.csv
    - run_a2av.sh script:
    -- Runs the built test with an arbitrarily named CSV instead of the static name
    -- Passes through other arguments to the testfile
    babusid committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    5644a03 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. This version passes row == 1 distribution guarantee.

    Each Rank is guaranteed to send X/nranks data in some distribution.
    babusid committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    ef00fa9 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    6b7e790 View commit details
    Browse the repository at this point in the history
  2. added documentation

    babusid committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    025333a View commit details
    Browse the repository at this point in the history
  3. rename + docs

    babusid committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    f94647f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc5bb18 View commit details
    Browse the repository at this point in the history
  5. removed unnecessary script

    babusid committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    2782aae View commit details
    Browse the repository at this point in the history
  6. cleanup

    babusid committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    8ad54bd View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    8d6c8d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd6da41 View commit details
    Browse the repository at this point in the history
  3. Renamed CLI arg

    babusid committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    d4fb4d0 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. changed filepath limit

    babusid committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    5cbb12e View commit details
    Browse the repository at this point in the history
  2. adjusted parse function

    babusid committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    86577ee View commit details
    Browse the repository at this point in the history