HECO icon indicating copy to clipboard operation
HECO copied to clipboard

Optimizing compiler for Fully Homomorphic Encryption (FHE)

Results 4 HECO issues
Sort by recently updated
recently updated
newest added

While I running basic tests, I discovered that LLVM encounters an `invalid pointer` error. Could you please give a some advice on how to fix this? Thanks. ``` > ./build/bin/heco...

In v1.0, we had a MultDepthVisitor that determined the multiplicative depth of variables, which might be handy to port over. Note that the visitor in v1.0 does not work properly...

good first issue

@pjattke The ConeWriting paper [1] has a heuristic for runtime of FHE operations at certain depths, we should probably add this to get some fast rough estimates of optimisation impact...

enhancement

fhe::Multiply::fold (x,1) -> x does not apply to arith.constant

good first issue