Hello,
I have a question regarding PrecomputeCRTTables
in CKKS.
I’ve found that sometimes when I run the code in CKKS with FLEXIBLEAUTO as the scaling technique, it returns the following exception:
'lbcrypto::OpenFHEException'
what(): (...) CryptoParametersCKKSRNS::PrecomputeCRTTables - FLEXIBLEAUTO cannot support this number of levels in this parameter setting. Please use FIXEDMANUAL.
I checked that this exception is thrown from src/pke/lib/scheme/ckksrns/ckksrns-cryptoparameters.cpp
.
However, for me, it was hard to clearly figure out when is the exact case for this exception only with the code.
I tried to find some related explanation about this on either comments or documentation, but I couldn’t.
Could you please help me for this or inform me some materials that I can refer to?
Thank you.