Skip to content

Commit

Permalink
chore(bench): add a compression bench for 2 bits (also simulates 1 bit)
Browse files Browse the repository at this point in the history
  • Loading branch information
IceTDrinker committed Sep 30, 2024
1 parent d9e9a5b commit 7809abc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tfhe/benches/integer/glwe_packing_compression.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ fn cpu_glwe_packing(c: &mut Criterion) {
let log_message_modulus = param.message_modulus.0.ilog2() as usize;

for bit_size in [
2,
8,
16,
32,
Expand Down Expand Up @@ -114,6 +115,7 @@ mod cuda {
let log_message_modulus = param.message_modulus.0.ilog2() as usize;

for bit_size in [
2,
8,
16,
32,
Expand Down

0 comments on commit 7809abc

Please sign in to comment.