REVIEW 4 cited by
Cheddar: A Swift Fully Homomorphic Encryption Library Designed for GPU Architectures
Not yet reviewed by Pith; the record is open.
This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.
SPECIMEN: schema-true, not a live event
T0 review · schema-true
One-sentence machine reading of the paper's core claim.
pith:XXXXXXXX · record.json · timestamp
abstract
Fully homomorphic encryption (FHE) frees cloud computing from privacy concerns by enabling secure computation on encrypted data. However, its substantial computational and memory overhead results in significantly slower performance compared to unencrypted processing. To mitigate this overhead, we present Cheddar, a high-performance FHE library for GPUs, achieving substantial speedups over previous GPU implementations. We systematically enable 32-bit FHE execution, leveraging the 32-bit integer datapath within GPUs. We optimize GPU kernels using efficient low-level primitives and algorithms tailored to specific GPU architectures. Further, we alleviate the memory bandwidth burden by adjusting common FHE operational sequences and extensively applying kernel fusion. Cheddar delivers performance improvements of 2.18--4.45$\times$ for representative FHE workloads compared to state-of-the-art GPU implementations.
Forward citations
Cited by 4 Pith papers
-
CrypTorch: PyTorch-based Auto-tuning Compiler for Machine Learning with Multi-party Computation
An MPC-ML compiler that modularizes and auto-tunes operator approximations, delivering 1.2–1.8x speedups over an optimized baseline under user-set accuracy bounds.
-
FIDESlib: A Fully-Fledged Open-Source FHE Library for Efficient CKKS on GPUs
FIDESlib is a fully open-source CKKS GPU library with all primitives including bootstrapping, reporting over 70x bootstrapping speedup over optimized OpenFHE and better performance than Phantom for shared operations.
-
FHECore: Rethinking GPU Microarchitecture for Fully Homomorphic Encryption
A GPU-integrated 16×8 systolic modulo-multiply-accumulate unit with Barrett reduction is claimed to speed CKKS NTT and base conversion by roughly 1.6–2.1x at 2.4% area cost.
-
Towards Efficient Privacy-Preserving Machine Learning: A Systematic Review from Protocol, Model, and System Perspectives
A structured survey of PPML efficiency optimizations, grouped into protocol, model, and system levels, with comparisons and future directions.
Discussion (0). Sign in to comment.