CRARMar 17

Theodosian: A Deep Dive into Memory-Hierarchy-Centric FHE Acceleration

arXiv:2512.1834556.91 citationsh-index: 10
AI Analysis

This work addresses efficiency problems for secure computation in cloud and edge environments, but it is incremental as it builds on prior GPU acceleration research.

The paper tackled the performance bottlenecks of CKKS fully homomorphic encryption on GPUs by analyzing memory hierarchy issues and introducing Theodosian optimizations, achieving 1.45-1.83x speedups and reducing bootstrapping latency from 22.1ms to 12.8ms.

Fully homomorphic encryption (FHE) enables secure computation on encrypted data, mitigating privacy concerns in cloud and edge environments. However, due to its high compute and memory demands, extensive acceleration research has been pursued across diverse hardware platforms, especially GPUs. In this paper, we perform a microarchitectural analysis of CKKS, a popular FHE scheme, on modern GPUs. Focusing on the memory hierarchy, we demonstrate that dominant kernels remain bound by the on-chip L2 cache despite its high bandwidth, exposing a persistent inner memory wall beyond the conventional off-chip DRAM bottleneck. Further, we reveal that the overall CKKS throughput is constrained by low per-kernel hardware utilization, caused by insufficient intra-kernel parallelism. Motivated by these findings, we introduce Theodosian, a set of complementary, memory-aware optimizations that improve cache efficiency and reduce runtime overheads. Theodosian achieves 1.45--1.83x performance improvements over a highly optimized baseline, Cheddar, across representative CKKS workloads. On an RTX 5090, we reduce the bootstrapping latency for 32,768 complex numbers from 22.1ms to 15.2ms, and further to 12.8ms with additional algorithmic optimizations, establishing a new state-of-the-art GPU performance to the best of our knowledge.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes