doc(cpu): precise hpc7a.96xlarge description

This commit is contained in:
Agnes Leroy
2025-04-09 10:10:01 +02:00
committed by Agnès Leroy
parent b24393f346
commit 11a291906e
4 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ This document details the CPU performance benchmarks of homomorphic operations u
By their nature, homomorphic operations run slower than their cleartext equivalents.
{% hint style="info" %}
All CPU benchmarks were launched on an `AWS hpc7a.96xlarge` instance equipped with an `AMD EPYC 9R14 CPU @ 2.60GHz` and 740GB of RAM.
All CPU benchmarks were launched on an `AWS hpc7a.96xlarge` instance equipped with two 48-core `AMD EPYC 9R14 CPU @ 2.60GHz` and 740GB of RAM.
{% endhint %}
* [Integer operations](cpu_integer_operations.md)

View File

@@ -5,7 +5,7 @@ This document details the CPU performance benchmarks of homomorphic operations o
By their nature, homomorphic operations run slower than their cleartext equivalents.
{% hint style="info" %}
All CPU benchmarks were launched on an `AWS hpc7a.96xlarge` instance equipped with an `AMD EPYC 9R14 CPU @ 2.60GHz` and 740GB of RAM.
All CPU benchmarks were launched on an `AWS hpc7a.96xlarge` instance equipped with two 48-core `AMD EPYC 9R14 CPU @ 2.60GHz` and 740GB of RAM.
{% endhint %}
The following tables benchmark the execution time of some operation sets using `FheUint` (unsigned integers). The `FheInt` (signed integers) performs similarly.

View File

@@ -3,7 +3,7 @@
This document details the CPU performance benchmarks of programmable bootstrapping and keyswitch operations using **TFHE-rs**.
{% hint style="info" %}
All CPU benchmarks were launched on an `AWS hpc7a.96xlarge` instance equipped with an `AMD EPYC 9R14 CPU @ 2.60GHz` and 740GB of RAM.
All CPU benchmarks were launched on an `AWS hpc7a.96xlarge` instance equipped with two 48-core `AMD EPYC 9R14 CPU @ 2.60GHz` and 740GB of RAM.
{% endhint %}
The next tables show the execution time of a single programmable bootstrapping as well as keyswitch followed by a programmable bootstrapping depending on the precision of the input message. The associated parameters set are given. The configuration is tfhe-fft + AVX-512.

View File

@@ -2,6 +2,6 @@
This document details the performance benchmarks of [zero-knowledge proofs](../../fhe-computation/advanced-features/zk-pok.md) for [compact public key encryption](../../fhe-computation/advanced-features/public_key.md) using **TFHE-rs**.
Benchmarks for the zero-knowledge proofs have been run on a `m6i.4xlarge` with 16 cores to simulate an usual client configuration. The verification are done on a `hpc7a.96xlarge` AWS instances to mimic a powerful server.
Benchmarks for the zero-knowledge proofs have been run on a `m6i.4xlarge` with 16 cores to simulate a usual client configuration. The verifications are done on an `hpc7a.96xlarge` AWS instance to mimic a powerful server.
{% embed url="https://docs.google.com/spreadsheets/d/1x12I7Tkdx63Q6sNllygg6urSd5KC1sj1wj4L9jWiET4/edit?usp=sharing" %}