-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Hello,
I am trying to connect Lattigo with Dacapo for experiments, given that the HEAAN backend is not available. However, I don't completely understand what I should put in profiled_LATTIGO_CPU.json, and I wonder if you can give me some pointers. Here is my understanding:
- "runtime" is the name of this VM.
- "rescalingFactor" is the # bits in scaling factor
- "polynomialDegree" is N (as defined in SEAL_HEVM.cpp)
- "levelUpperBound" is L (as defined in SEAL_HEVM.cpp), the maximum level for encoding.
- "levelLowerBound" is the minimum level for decryption.
- "bootstrapLevelUpperBound" is the maximum level that can be achieved after bootstrapping.
- "bootstrapLevelLowerBound" is the minimum level required to perform bootstrapping (i.e. with lower levels bootstrapping is not possible).
- "latencyTable" and "noiseTable" are the estimated latency and noise for each operation on each level.
Besides, I am wondering about the format and functionality of the latency table and noise table. Are they used during the compilation, or are they just used for estimated latency after compilation? Is there any generation script that I can refer to? And why is there not a noise table for HEAAN?
Best regards,
Zhengyuan Su
Metadata
Metadata
Assignees
Labels
No labels