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

Enabling data-parallel multi-GPU training #1188

Merged
merged 16 commits into from
Jul 10, 2023
Merged

Enabling data-parallel multi-GPU training #1188

merged 16 commits into from
Jul 10, 2023

Commits on Jul 5, 2023

  1. First pass over multi-GPU

    marcromeyn committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    e00799d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c972549 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    ba430d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3829127 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fdd6adb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1d97b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    12418c8 View commit details
    Browse the repository at this point in the history
  6. fix test for cpu

    edknv committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    c317f88 View commit details
    Browse the repository at this point in the history
  7. use multigpu marker

    edknv committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    1645bb9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0365bed View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    2d1112e View commit details
    Browse the repository at this point in the history
  2. test rank

    edknv committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    8f308e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1628557 View commit details
    Browse the repository at this point in the history
  4. Add comment for follow up tasks

    edknv committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    49c2674 View commit details
    Browse the repository at this point in the history
  5. lint

    edknv committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    3e5ac66 View commit details
    Browse the repository at this point in the history
  6. fix test for cpu

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