File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
torchci/components/benchmark/compilers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,15 +62,15 @@ export const DEFAULT_DEVICE_NAME = "cuda (a100)";
62
62
// the LLM micro-benchmark page is implemented
63
63
export const DISPLAY_NAMES_TO_DEVICE_NAMES : { [ k : string ] : string } = {
64
64
"cuda (a100)" : "cuda" ,
65
- "cuda (a10g )" : "cuda_a10g " ,
65
+ "cuda (h100 )" : "cuda_h100 " ,
66
66
"cpu (x86)" : "cpu_x86" ,
67
67
"cpu (aarch64)" : "cpu_aarch64" ,
68
68
"rocm (mi300x)" : "rocm" ,
69
69
mps : "mps" ,
70
70
} ;
71
71
export const DISPLAY_NAMES_TO_WORKFLOW_NAMES : { [ k : string ] : string } = {
72
72
"cuda (a100)" : "inductor-A100-perf-nightly" ,
73
- "cuda (a10g )" : "inductor-perf-nightly-A10g " ,
73
+ "cuda (h100 )" : "inductor-perf-nightly-h100 " ,
74
74
"cpu (x86)" : "inductor-perf-nightly-x86" ,
75
75
"cpu (aarch64)" : "inductor-perf-nightly-aarch64" ,
76
76
rocm : "inductor-perf-nightly-rocm" ,
You can’t perform that action at this time.
0 commit comments