Distributed computing has markedly advanced the efficiency and reliability of complex numerical tasks, particularly matrix multiplication, which is central to numerous computational applications from ...
This project implements various secure matrix multiplication algorithms using the CKKS (Cheon-Kim-Kim-Song) homomorphic encryption scheme through OpenFHE library. It includes benchmarking tools, tests ...
int8-gemm-small.cpp: compute int8 matrix multiplication in small sizes int8-gemm-large.cpp: compute int8 matrix multiplication in large sizes bf16-gemm-small.cpp ...