Skip to content

Commit 96b48c8

Browse files
Added Radeon RX 9000 GPUs and Zen 5 9000 CPUs (#1453)
Added Radeon RX 9000 series GPUs to packages/tasks.src/hardware.ts 1. AMD Radeon RX 9070 XT 16 GB - 97.32 TFLOPS; Source: https://www.techpowerup.com/gpu-specs/radeon-rx-9070-xt.c4229 2. AMD Radeon RX 9070 16 GB - 72.25 TFLOPS; Source: https://www.techpowerup.com/gpu-specs/radeon-rx-9070.c4250 Added Zen 5 9000 Ryzen series CPUs to packaged/tasks/src/hardware.ts 1. Ryzen Zen5 9000 (Ryzen 9) - 0.56 TFLOPS 2. Ryzen Zen5 9000 (Ryzen 7) - 0.56 TFLOPS 3. Ryzen Zen5 9000 (Ryzen 5) - 0.56 TFLOPS Source for TFLOPS count: https://www.cpu-monkey.com/en/cpu-amd_ryzen_9_9950x3d --------- Co-authored-by: Pedro Cuenca <pedro@huggingface.co>
1 parent 70b41a6 commit 96b48c8

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

packages/tasks/src/hardware.ts

Lines changed: 17 additions & 0 deletions
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.56,
603+
},
604+
"Ryzen Zen5 9000 (Ryzen 7)": {
605+
tflops: 0.56,
606+
},
607+
"Ryzen Zen5 9000 (Ryzen 5)": {
608+
tflops: 0.56,
609+
},
593610
"Ryzen Zen4 7000 (Ryzen 9)": {
594611
tflops: 0.56,
595612
},

0 commit comments

Comments
 (0)