Skip to content

Commit 406425d

Browse files
committed
chore(gpu): add hardware types for gpu bench
1 parent fd79c4f commit 406425d

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/workflows/benchmark_gpu.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@ on:
1010
type: choice
1111
options:
1212
- "l40 (n3-L40x1)"
13+
- "4-l40 (n3-L40x4)"
14+
- "multi-a100-nvlink (n3-A100x8-NVLink)"
1315
- "single-h100 (n3-H100x1)"
1416
- "2-h100 (n3-H100x2)"
1517
- "4-h100 (n3-H100x4)"
1618
- "multi-h100 (n3-H100x8)"
1719
- "multi-h100-nvlink (n3-H100x8-NVLink)"
1820
- "multi-h100-sxm5 (n3-H100x8-SXM5)"
19-
- "multi-a100-nvlink (n3-A100x8-NVLink)"
2021
command:
2122
description: "Benchmark command to run"
2223
type: choice

.github/workflows/benchmark_gpu_dex.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
type: choice
1111
options:
1212
- "l40 (n3-L40x1)"
13+
- "4-l40 (n3-L40x4)"
14+
- "multi-a100-nvlink (n3-A100x8-NVLink)"
1315
- "single-h100 (n3-H100x1)"
1416
- "2-h100 (n3-H100x2)"
1517
- "4-h100 (n3-H100x4)"

.github/workflows/benchmark_gpu_erc20.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
type: choice
1111
options:
1212
- "l40 (n3-L40x1)"
13+
- "4-l40 (n3-L40x4)"
14+
- "multi-a100-nvlink (n3-A100x8-NVLink)"
1315
- "single-h100 (n3-H100x1)"
1416
- "2-h100 (n3-H100x2)"
1517
- "4-h100 (n3-H100x4)"

0 commit comments

Comments
 (0)