From 3d1998635a9dfb056db736eaf3e944234931f81a Mon Sep 17 00:00:00 2001 From: Arthur Meyre Date: Mon, 13 Jan 2025 15:22:50 +0100 Subject: [PATCH] docs: indicate PBS benchmarks have Gaussian parameters --- tfhe/docs/getting_started/benchmarks/cpu_benchmarks.md | 2 ++ tfhe/docs/getting_started/benchmarks/gpu_benchmarks.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/tfhe/docs/getting_started/benchmarks/cpu_benchmarks.md b/tfhe/docs/getting_started/benchmarks/cpu_benchmarks.md index 3705da3e28..0b675c28a9 100644 --- a/tfhe/docs/getting_started/benchmarks/cpu_benchmarks.md +++ b/tfhe/docs/getting_started/benchmarks/cpu_benchmarks.md @@ -28,6 +28,8 @@ You can minimize operational costs by selecting from 'unchecked', 'checked', or The next table shows the execution time of a keyswitch followed by a programmable bootstrapping depending on the precision of the input message. The associated parameter set is given. The configuration is Concrete FFT + AVX-512. +Note that these benchmarks use Gaussian parameters. + {% embed url="https://docs.google.com/spreadsheets/d/1o6MWpbzbYhDs3Pnoq-2hlNEgO9G8wGR5niW-OOZ6c_4/edit?usp=sharing" %} ## Reproducing TFHE-rs benchmarks diff --git a/tfhe/docs/getting_started/benchmarks/gpu_benchmarks.md b/tfhe/docs/getting_started/benchmarks/gpu_benchmarks.md index 4248ccc23a..4674a47f3e 100644 --- a/tfhe/docs/getting_started/benchmarks/gpu_benchmarks.md +++ b/tfhe/docs/getting_started/benchmarks/gpu_benchmarks.md @@ -30,4 +30,6 @@ The following table shows the performance when the left input of the benchmarked The next table shows the execution time of a keyswitch followed by a programmable bootstrapping depending on the precision of the input message. The associated parameter set is given. +Note that these benchmarks use Gaussian parameters. + {% embed url="https://docs.google.com/spreadsheets/d/1KhElQ7sIsShUSVQw5bKFoP-x5BgMaWh1pZtrVAdC3T4/edit?usp=sharing" %}