Coyote: A Compiler for Vectorizing Encrypted Arithmetic Circuits

  • Date Monday, April 17, 2023  Time 10:00 AM
  • Speaker Raghav Malik is a fourth-year PhD student at Purdue University advised by Milind Kulkarni.
  • Location Galois was pleased to host this tech talk via live-stream for the public on April 17, 2023. See below for the video recording of the talk.

Abstract:

Fully Homomorphic Encryption (FHE) is a scheme that allows a computational circuit to operate on encrypted data and produce a result that, when decrypted, yields the result of the unencrypted computation. While FHE enables privacy-preserving computation, it is extremely slow. However, the mathematical formulation of FHE supports a SIMD-like execution style, so recent work has turned to vectorization to recover some of the missing performance. Unfortunately, these approaches do not work well for arbitrary computations: they do not account for the high cost of rotating vector operands to allow data to be used in multiple operations. Hence, the cost of rotation can outweigh the benefits of vectorization.

This talk presents Coyote, a new approach to vectorizing encrypted circuits that specifically aims to optimize the use of rotations. It tackles the scheduling and data layout problems simultaneously, operating at the level of subcircuits that can be vectorized without incurring excessive data movement overhead. By jointly searching for good vectorization and lane placement, Coyote finds schedules that avoid sacrificing one for the other. We show that Coyote is effective at vectorizing computational kernels while minimizing rotations, thus finding efficient vector schedules and smart rotation schemes to achieve substantial speedups.

Bio:  

Raghav Malik is a fourth-year PhD student at Purdue University advised by Milind Kulkarni. His research interests are in developing compiler optimizations to make secure computation more efficient.

Galois was pleased to host this tech talk via live-stream for the public on April 17, 2023. See above for the video recording of the talk.