carbynestack / klyshko

Carbyne Stack correlated randomness generation subsystem
Apache License 2.0
4 stars 6 forks source link

Matrix Build of MP-SPDZ CowGear CRG for CPU architectures #78

Open strieflin opened 1 year ago

strieflin commented 1 year ago

MP-SPDZ makes uses of special instruction sets, when available, e.g., AVX. The target platform has to be specified at build time. To support the most important deployment targets, we need to build the CRG(s) using a matrix build. One has to investigate which platforms to support (local, cloud, etc.) and whether we can provide a default generic one that uses only basic optimizations and thus runs "everywhere". We also have to understand, how to select the right image automatically, when deploying or, if that is not possible, how the deployment can be made customizable in that aspect.

github-actions[bot] commented 1 year ago

This issue has been marked stale because it has been open for 90 days with no activity. It will be automatically closed in 30 days if no further activity occurs.