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

[Distributed] add nccl primitives #280

Merged
merged 23 commits into from
Jun 19, 2023
Merged

[Distributed] add nccl primitives #280

merged 23 commits into from
Jun 19, 2023

Commits on Jun 13, 2023

  1. add nccl lib finding

    soodoshll committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    7278ebc View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. run all reduce example

    soodoshll committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    69bd505 View commit details
    Browse the repository at this point in the history
  2. update

    soodoshll committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    4760ac6 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. update

    soodoshll committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    829d07c View commit details
    Browse the repository at this point in the history
  2. update

    soodoshll committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    08d74f9 View commit details
    Browse the repository at this point in the history
  3. add primitives/cuda/nccl.py

    soodoshll committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    3d896e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Configuration menu
    Copy the full SHA
    fd9dc91 View commit details
    Browse the repository at this point in the history
  2. update

    soodoshll committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    1a7795c View commit details
    Browse the repository at this point in the history
  3. update

    soodoshll committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    ddabfdb View commit details
    Browse the repository at this point in the history
  4. create ncclprimitive

    soodoshll committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    925bc8e View commit details
    Browse the repository at this point in the history
  5. update

    soodoshll committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    21f3eae View commit details
    Browse the repository at this point in the history
  6. add test.py

    soodoshll committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    ad94ce0 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. Configuration menu
    Copy the full SHA
    7349ce8 View commit details
    Browse the repository at this point in the history
  2. update

    soodoshll committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    a1d3c50 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2023

  1. reorganize dirs

    soodoshll committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    f0a0f86 View commit details
    Browse the repository at this point in the history
  2. update

    soodoshll committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    bd29659 View commit details
    Browse the repository at this point in the history
  3. clean

    soodoshll committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    2bc1680 View commit details
    Browse the repository at this point in the history
  4. refactor

    soodoshll committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    c2ac73b View commit details
    Browse the repository at this point in the history
  5. update

    soodoshll committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    4bbecc3 View commit details
    Browse the repository at this point in the history
  6. update

    soodoshll committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    9f5b51d View commit details
    Browse the repository at this point in the history
  7. format

    soodoshll committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    a384167 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    29ded23 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. fix bugs

    yaoyaoding committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    5dd7090 View commit details
    Browse the repository at this point in the history