mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-04-28 03:01:21 -04:00
Compare commits
1 Commits
feat/princ
...
dt/bench/t
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ea9815be11 |
2
.github/workflows/benchmark_cpu_common.yml
vendored
2
.github/workflows/benchmark_cpu_common.yml
vendored
@@ -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}" \
|
||||
|
||||
12
.github/workflows/generate_svgs.yml
vendored
12
.github/workflows/generate_svgs.yml
vendored
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
12
ci/slab.toml
12
ci/slab.toml
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user