File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
torchci/components/benchmark/compilers Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ export const DEFAULT_DEVICE_NAME = "cuda (h100)";
61
61
export const DISPLAY_NAMES_TO_DEVICE_NAMES : { [ k : string ] : string } = {
62
62
"cuda (a100)" : "cuda" ,
63
63
"cuda (h100)" : "cuda" ,
64
+ "cuda (b200)" : "cuda" ,
64
65
"cpu (x86_64)" : "cpu" ,
65
66
"cpu (x86_zen)" : "cpu" ,
66
67
"cpu (aarch64)" : "cpu" ,
@@ -70,6 +71,7 @@ export const DISPLAY_NAMES_TO_DEVICE_NAMES: { [k: string]: string } = {
70
71
export const DISPLAY_NAMES_TO_ARCH_NAMES : { [ k : string ] : string } = {
71
72
"cuda (a100)" : "a100" ,
72
73
"cuda (h100)" : "h100" ,
74
+ "cuda (b200)" : "b200" ,
73
75
"cpu (x86_64)" : "x86_64" ,
74
76
"cpu (x86_zen)" : "x86_zen" ,
75
77
"cpu (aarch64)" : "aarch64" ,
@@ -80,6 +82,7 @@ export const DISPLAY_NAMES_TO_ARCH_NAMES: { [k: string]: string } = {
80
82
export const DISPLAY_NAMES_TO_WORKFLOW_NAMES : { [ k : string ] : string } = {
81
83
"cuda (a100)" : "inductor-A100-perf-nightly" ,
82
84
"cuda (h100)" : "inductor-perf-nightly-h100" ,
85
+ "cuda (b200)" : "inductor-perf-b200" ,
83
86
"cpu (x86)" : "inductor-perf-nightly-x86" ,
84
87
"cpu (x86_zen)" : "inductor-perf-nightly-x86-zen" ,
85
88
"cpu (aarch64)" : "inductor-perf-nightly-aarch64" ,
You can’t perform that action at this time.
0 commit comments