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

MPC Addition With Arbitrarily Large Numbers of Parties #1501

Closed
iamtrask opened this issue Sep 19, 2018 · 1 comment
Closed

MPC Addition With Arbitrarily Large Numbers of Parties #1501

iamtrask opened this issue Sep 19, 2018 · 1 comment
Assignees

Comments

@iamtrask
Copy link
Member

In this issue, I will be extending our current MPCTensor implementation to support sharing to an arbitrarily large number of parties. A limited number of operations will also work in this configuration including.

  • add
  • sum()
  • getitem
    -... other default Torch functionality that currently gets inherited

Things that won't work (but will be addressed by a later issue).

  • mul
  • mm
  • prod()
@LaRiffle
Copy link
Contributor

I updated share() already

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants