Skip to content

Commit a2d53e4

Browse files
Added Radeon RX 9000 GPUs and Zen 5 9000 CPUs
1 parent 42e928a commit a2d53e4

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

packages/tasks/src/hardware.ts

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,14 @@ export const SKUS = {
418418
tflops: 26.5,
419419
memory: [16],
420420
},
421+
"RX 9070 XT": {
422+
tflops: 97.32,
423+
memory: [16],
424+
},
425+
"RX 9070": {
426+
tflops: 72.25,
427+
memory: [16],
428+
},
421429
"RX 7900 XTX": {
422430
tflops: 122.8,
423431
memory: [24],
@@ -590,6 +598,15 @@ export const SKUS = {
590598
"Ryzen Zen 4 7000 (Threadripper)": {
591599
tflops: 10.0,
592600
},
601+
"Ryzen Zen5 9000 (Ryzen 9)": {
602+
tflops: 0.6,
603+
},
604+
"Ryzen Zen5 9000 (Ryzen 7)": {
605+
tflops: 0.6,
606+
},
607+
"Ryzen Zen5 9000 (Ryzen 5)": {
608+
tflops: 0.6,
609+
},
593610
"Ryzen Zen4 7000 (Ryzen 9)": {
594611
tflops: 0.56,
595612
},
@@ -691,4 +708,4 @@ export const SKUS = {
691708
},
692709
} satisfies Record<string, Record<string, Record<string, HardwareSpec>>>;
693710

694-
export type SkuType = keyof typeof SKUS;
711+
export type SkuType = keyof typeof SKUS;

0 commit comments

Comments
 (0)