Skip to content

Commit 38c63a3

Browse files
committed
WIP: use small GPU instance to debug
1 parent 0990260 commit 38c63a3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/benchmark_documentation.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
name: benchmark_documentation/run-benchmarks-gpu-integer
4545
uses: ./.github/workflows/benchmark_gpu_common.yml
4646
with:
47-
profile: multi-h100-sxm5
48-
hardware_name: n3-H100-SXM5x8
47+
profile: l40
48+
hardware_name: n3-L40x1
4949
command: integer_multi_bit
5050
op_flavor: fast_default
5151
bench_type: both
@@ -102,8 +102,8 @@ jobs:
102102
name: benchmark_documentation/run-benchmarks-gpu-core-crypto
103103
uses: ./.github/workflows/benchmark_gpu_common.yml
104104
with:
105-
profile: multi-h100-sxm5
106-
hardware_name: n3-H100-SXM5x8
105+
profile: l40
106+
hardware_name: n3-L40x1
107107
command: pbs, ks_pbs
108108
bench_type: latency
109109
params_type: classical_documentation + multi_bit_documentation

.github/workflows/generate_svgs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
uses: ./.github/workflows/generate_svg_common.yml
6262
with:
6363
backend: gpu
64-
hardware_name: n3-H100-SXM5x8
64+
hardware_name: n3-L40x1
6565
layer: integer
6666
pbs_kind: multi_bit
6767
grouping_factor: 4
@@ -78,7 +78,7 @@ jobs:
7878
uses: ./.github/workflows/generate_svg_common.yml
7979
with:
8080
backend: gpu
81-
hardware_name: n3-H100-SXM5x8
81+
hardware_name: n3-L40x1
8282
layer: integer
8383
pbs_kind: multi_bit
8484
grouping_factor: 4
@@ -148,7 +148,7 @@ jobs:
148148
uses: ./.github/workflows/generate_svg_common.yml
149149
with:
150150
backend: gpu
151-
hardware_name: n3-H100-SXM5x8
151+
hardware_name: n3-L40x1
152152
layer: core_crypto
153153
pbs_kind: any
154154
grouping_factor: 4

0 commit comments

Comments
 (0)