Skip to content

Commit

Permalink
fix(optimizer): remove hardcoded processing unit
Browse files Browse the repository at this point in the history
  • Loading branch information
youben11 authored and BourgerieQuentin committed Aug 13, 2024
1 parent bb52dbb commit 89ef8d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ fn caches_from(options: ffi::Options) -> decomposition::PersistDecompCaches {
decomposition::cache(
options.security_level,
processing_unit,
Some(ProcessingUnit::Cpu.complexity_model()),
Some(processing_unit.complexity_model()),
options.cache_on_disk,
options.ciphertext_modulus_log,
options.fft_precision,
Expand Down

0 comments on commit 89ef8d3

Please sign in to comment.