mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-17 08:01:20 -05:00
feat(optimizer): accept any ciphertext_modulus_log
This commit is contained in:
@@ -1079,6 +1079,7 @@ struct Options final {
|
||||
bool use_gpu_constraints;
|
||||
::concrete_optimizer::Encoding encoding;
|
||||
bool cache_on_disk;
|
||||
::std::uint32_t ciphertext_modulus_log;
|
||||
|
||||
using IsRelocatable = ::std::true_type;
|
||||
};
|
||||
|
||||
@@ -1060,6 +1060,7 @@ struct Options final {
|
||||
bool use_gpu_constraints;
|
||||
::concrete_optimizer::Encoding encoding;
|
||||
bool cache_on_disk;
|
||||
::std::uint32_t ciphertext_modulus_log;
|
||||
|
||||
using IsRelocatable = ::std::true_type;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user