Giter Site home page Giter Site logo

Comments (5)

iamtrask avatar iamtrask commented on August 21, 2024 1

Rumor has it that the folks who built python-paillier are about to release a CUDA version

from syft.

iamtrask avatar iamtrask commented on August 21, 2024

@samsontmr this one could be split into sub-tasks too based on the underlying architecture (C, Blas, and CUDA tickets)

from syft.

mortendahl avatar mortendahl commented on August 21, 2024

just a few inputs:

  • the existing phe Python lib uses GMP underneath (when available:
    https://github.com/n1analytics/python-paillier/blob/master/phe/util.py#L50) so the performance is already quite good

  • I am not too optimistic about how much boost we'd get from using GPUs; my best guess is that a gain will most likely only show when dealing with several ciphertexts in parallel (to eg encrypt vectors)

  • a (Python) lib where the encoding is decoupled from encryption would indeed be useful; the overflow detection built in phe can sometimes get a bit in the way

based on this it would seem reasonable to me to go with phe for now, and give this re-implementation task a somewhat low priority

from syft.

iamtrask avatar iamtrask commented on August 21, 2024

@mortendahl given your feedback I'm inclined to agree.

from syft.

iamtrask avatar iamtrask commented on August 21, 2024

assigned it to Lithium milestone (our latest one yet laid out), and it'll be a low priority there as well :)

from syft.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.