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

Completes basic dtypes for collective api in eager mode #45574

Merged
merged 8 commits into from
Sep 6, 2022

Commits on Sep 5, 2022

  1. feat(python/distributed/collective): add int8, uint8, bool support fo…

    …r broadcast, reduce, scatter op in eager mode
    HermitSun committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    90aa855 View commit details
    Browse the repository at this point in the history
  2. feat(python/distributed/collective): add int8, uint8, bool support fo…

    …r alltoall, sendrecv op in eager mode
    HermitSun committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    2d54ca1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09d555f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    058ec13 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4234bd3 View commit details
    Browse the repository at this point in the history
  6. feat(python/distributed/collective): add int8, uint8, bool support fo…

    …r alltoall_single, reduce_scatter op in eager mode
    HermitSun committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    0333ebd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    278b592 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    733efa6 View commit details
    Browse the repository at this point in the history