You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the naive one is to greedily insert it when all level consumed, to get the pipeline running, then we will take time to optimize it instead of starting from complex solutions.
ckks does not have a bootstrap op for now.
The text was updated successfully, but these errors were encountered:
I think the naive one is to greedily insert it when all level consumed, to get the pipeline running, then we will take time to optimize it instead of starting from complex solutions.
Mainly from #1195, where a low-level
openfhe.bootstrap
is added but higher level of the compiler is not aware of how to manage it.mulDepth is now interwined with bootstrap, hence all the RNS instantiation need to change. and CKKS: place mgmt ops and add RNS lowering #1176 way could not handle this. Should introduce a
mgmt.bootstrap
op and implement a bootstrap management pass (possibly related to Investigate what parts of DaCapo can be ported to HEIR #289, Investigate if/how to integrate Saturn into HEIR #1166).ckks does not have a bootstrap op for now.
The text was updated successfully, but these errors were encountered: