Skip to content

Commit dad278c

Browse files
committed
chore(gpu): fix typo in doc
1 parent 699e24f commit dad278c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tfhe/docs/getting_started/benchmarks/gpu/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This document details the GPU performance benchmarks of homomorphic operations u
55
By 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)

tfhe/docs/getting_started/benchmarks/gpu/gpu_integer_operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This 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

99
The cryptographic parameters `PARAM_GPU_MULTI_BIT_MESSAGE_2_CARRY_2_GROUP_3_KS_PBS` were used.

tfhe/docs/getting_started/benchmarks/gpu/gpu_programmable_bootstrapping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This 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}$$

0 commit comments

Comments
 (0)