We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70b41a6 commit 96b48c8Copy full SHA for 96b48c8
packages/tasks/src/hardware.ts
@@ -418,6 +418,14 @@ export const SKUS = {
418
tflops: 26.5,
419
memory: [16],
420
},
421
+ "RX 9070 XT": {
422
+ tflops: 97.32,
423
+ memory: [16],
424
+ },
425
+ "RX 9070": {
426
+ tflops: 72.25,
427
428
429
"RX 7900 XTX": {
430
tflops: 122.8,
431
memory: [24],
@@ -590,6 +598,15 @@ export const SKUS = {
590
598
"Ryzen Zen 4 7000 (Threadripper)": {
591
599
tflops: 10.0,
592
600
601
+ "Ryzen Zen5 9000 (Ryzen 9)": {
602
+ tflops: 0.56,
603
604
+ "Ryzen Zen5 9000 (Ryzen 7)": {
605
606
607
+ "Ryzen Zen5 9000 (Ryzen 5)": {
608
609
593
610
"Ryzen Zen4 7000 (Ryzen 9)": {
594
611
tflops: 0.56,
595
612
0 commit comments