File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
tfhe/docs/getting_started/benchmarks/gpu Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ This document details the GPU performance benchmarks of homomorphic operations u
55By their nature, homomorphic operations run slower than their cleartext equivalents.
66
77{% hint style="info" %}
8- All CPU benchmarks were launched on H100 GPUs, and rely on the multithreaded PBS algorithm.
8+ All GPU benchmarks were launched on H100 GPUs, and rely on the multithreaded PBS algorithm.
99{% endhint %}
1010
1111* [ Integer operations] ( gpu_integer_operations.md )
Original file line number Diff line number Diff line change 33This document details the GPU performance benchmarks of homomorphic operations on integers using ** TFHE-rs** .
44
55{% hint style="info" %}
6- All CPU benchmarks were launched on H100 GPUs, and rely on the multithreaded PBS algorithm.
6+ All GPU benchmarks were launched on H100 GPUs, and rely on the multithreaded PBS algorithm.
77{% endhint %}
88
99The cryptographic parameters ` PARAM_GPU_MULTI_BIT_MESSAGE_2_CARRY_2_GROUP_3_KS_PBS ` were used.
Original file line number Diff line number Diff line change 33This document details the GPU performance benchmarks of programmable bootstrapping and keyswitch operations using ** TFHE-rs** .
44
55{% hint style="info" %}
6- All CPU benchmarks were launched on H100 GPUs, and rely on the multithreaded PBS algorithm with a grouping factor set to 3.
6+ All GPU benchmarks were launched on H100 GPUs, and rely on the multithreaded PBS algorithm with a grouping factor set to 3.
77{% endhint %}
88
99## P-fail: $$ 2^{-40} $$
You can’t perform that action at this time.
0 commit comments