File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed
Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments