Compare commits

...

1 Commits

Author SHA1 Message Date
David Testé
ea9815be11 WIP: test hpc8a.96xlarge in eu-north-1 2026-03-20 12:00:05 +01:00
4 changed files with 17 additions and 10 deletions

View File

@@ -185,7 +185,7 @@ jobs:
run: |
python3 ./ci/benchmark_parser.py target/criterion "${RESULTS_FILENAME}" \
--database tfhe_rs \
--hardware "hpc7a.96xlarge" \
--hardware "hpc8a.96xlarge" \
--project-version "${COMMIT_HASH}" \
--branch "${REF_NAME}" \
--commit-date "${COMMIT_DATE}" \

View File

@@ -39,7 +39,7 @@ jobs:
if: inputs.generate-cpu-svgs
with:
backend: cpu
hardware_name: hpc7a.96xlarge
hardware_name: hpc8a.96xlarge
layer: integer
pbs_kind: classical
bench_type: latency
@@ -56,7 +56,7 @@ jobs:
if: inputs.generate-cpu-svgs
with:
backend: cpu
hardware_name: hpc7a.96xlarge
hardware_name: hpc8a.96xlarge
layer: integer
pbs_kind: classical
bench_type: throughput
@@ -160,7 +160,7 @@ jobs:
if: inputs.generate-cpu-svgs
with:
backend: cpu
hardware_name: hpc7a.96xlarge
hardware_name: hpc8a.96xlarge
layer: integer
bench_subset: zk
pbs_kind: classical
@@ -178,7 +178,7 @@ jobs:
if: inputs.generate-cpu-svgs
with:
backend: cpu
hardware_name: hpc7a.96xlarge
hardware_name: hpc8a.96xlarge
layer: integer
bench_subset: zk
pbs_kind: classical
@@ -219,7 +219,7 @@ jobs:
if: inputs.generate-cpu-svgs
with:
backend: cpu
hardware_name: hpc7a.96xlarge
hardware_name: hpc8a.96xlarge
layer: hlapi
bench_subset: erc20
pbs_kind: classical
@@ -278,7 +278,7 @@ jobs:
if: inputs.generate-cpu-svgs
with:
backend: cpu
hardware_name: hpc7a.96xlarge
hardware_name: hpc8a.96xlarge
layer: core_crypto
pbs_kind: any
grouping_factor: 4

View File

@@ -1,6 +1,7 @@
{
"m6i.metal": 7.168,
"hpc7a.96xlarge": 7.7252,
"hpc8a.96xlarge": 17.3,
"p3.2xlarge": 3.06,
"p3.8xlarge": 12.24,
"p4d.24xlarge": 32.7726,

View File

@@ -16,10 +16,16 @@ image_id = "ami-0eda00173fe323828"
instance_type = "m6i.4xlarge"
user = "ubuntu"
#[backend.aws.bench]
#region = "eu-west-1"
#image_id = "ami-06e3a9d9b57d38676"
#instance_type = "hpc7a.96xlarge"
#user = "ubuntu"
[backend.aws.bench]
region = "eu-west-1"
image_id = "ami-06e3a9d9b57d38676"
instance_type = "hpc7a.96xlarge"
region = "eu-north-1"
image_id = "ami-0e6002335516dd069"
instance_type = "hpc8a.96xlarge"
user = "ubuntu"
# Profile used to build CUDA code without the need to get p-like instance.