WIP: run compression throughput pbench with 1500 elems + bench only 64 bits cts

This commit is contained in:
David Testé
2025-08-25 17:48:13 +02:00
parent 3a7379ba1d
commit 439047cf93

View File

@@ -185,13 +185,13 @@ mod cuda {
let private_compression_key = cks.new_compression_private_key(comp_param);
for bit_size in [
2,
8,
16,
32,
// 2,
// 8,
// 16,
// 32,
64,
128,
256,
// 128,
// 256,
comp_param.lwe_per_glwe.0 * log_message_modulus,
] {
assert_eq!(bit_size % log_message_modulus, 0);
@@ -267,7 +267,8 @@ mod cuda {
let num_block = (bit_size as f64 / (param.message_modulus.0 as f64).log(2.0))
.ceil() as usize;
let elements = throughput_num_threads(num_block, pbs_count);
// let elements = throughput_num_threads(num_block, pbs_count);
let elements = 1500;
bench_group.throughput(Throughput::Elements(elements));
// Encrypt