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

[c10d] Implement __instancecheck__ for c10d::ReduceOp #88275

Closed
wants to merge 11 commits into from

Commits on Nov 15, 2022

  1. Implement ReduceOpMeta for a custom __instancecheck__

    Signed-off-by: Masaki Kozuki <mkozuki@nvidia.com>
    crcrpar committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    6443205 View commit details
    Browse the repository at this point in the history
  2. support __copy__ and __deepcopy__

    Signed-off-by: Masaki Kozuki <mkozuki@nvidia.com>
    crcrpar committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    8eb6b81 View commit details
    Browse the repository at this point in the history
  3. lintrunner

    Signed-off-by: Masaki Kozuki <mkozuki@nvidia.com>
    crcrpar committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    a7b01f1 View commit details
    Browse the repository at this point in the history
  4. support pickle

    Signed-off-by: Masaki Kozuki <mkozuki@nvidia.com>
    crcrpar committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    2d758e8 View commit details
    Browse the repository at this point in the history
  5. more careful copyable test

    Signed-off-by: Masaki Kozuki <mkozuki@nvidia.com>
    crcrpar committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    4a35b6c View commit details
    Browse the repository at this point in the history
  6. background of custom ReduceOp metaclass

    Signed-off-by: Masaki Kozuki <mkozuki@nvidia.com>
    crcrpar committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    d2ae79f View commit details
    Browse the repository at this point in the history
  7. premulsum: Take a Tensor, not a list of Tensors

    Signed-off-by: Masaki Kozuki <mkozuki@nvidia.com>
    crcrpar committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    337b4b5 View commit details
    Browse the repository at this point in the history
  8. apply lintrunner

    Signed-off-by: Masaki Kozuki <mkozuki@nvidia.com>
    crcrpar committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    303c04c View commit details
    Browse the repository at this point in the history
  9. premul_sum: Check numel of factor tensor

    Signed-off-by: Masaki Kozuki <mkozuki@nvidia.com>
    crcrpar committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    70ec1bb View commit details
    Browse the repository at this point in the history
  10. check numel of tensor_factor

    the argument `t` is already moved...
    
    Signed-off-by: Masaki Kozuki <mkozuki@nvidia.com>
    crcrpar committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    413933c View commit details
    Browse the repository at this point in the history
  11. remove comment on export_values

    as resumed using it
    
    Signed-off-by: Masaki Kozuki <mkozuki@nvidia.com>
    crcrpar committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    950094d View commit details
    Browse the repository at this point in the history