Sam Kaplan
Sam Kaplan
Hi, I'm new to using HElib, and have a few questions. I'm trying to speed up or skip some of the setup operations, like creating the context. I saw the...
Since the vector of indices is passed as a pointer, the generated kernels are identical regardless of the index values being accessed. So when checking for isomorphism, we shouldn't compare...
Is there a way to avoid zero-initializing a tensor before assigning to it? I want to do something like: ``` Tensor A({8}, Format{Dense}); Tensor B({3}, Format{Dense}); for (int i =...
This adds another layer of kernel caching, that lives on disk and persists between program runs. This includes the generated source, header, and compiled object files for each kernel. The...