File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,10 @@ export const SKUS = {
88
88
tflops : 31.24 ,
89
89
memory : [ 24 ] ,
90
90
} ,
91
+ A2 : {
92
+ tflops : 4.531 , // source: https://www.techpowerup.com/gpu-specs/a2.c3848
93
+ memory : [ 16 ] ,
94
+ } ,
91
95
"RTX 4090" : {
92
96
tflops : 82.58 ,
93
97
memory : [ 24 ] ,
@@ -246,6 +250,14 @@ export const SKUS = {
246
250
tflops : 184.6 ,
247
251
memory : [ 32 ] ,
248
252
} ,
253
+ MI60 : {
254
+ tflops : 29.5 ,
255
+ memory : [ 32 ] ,
256
+ } ,
257
+ MI50 : {
258
+ tflops : 26.5 ,
259
+ memory : [ 16 ] ,
260
+ } ,
249
261
"RX 7900 XTX" : {
250
262
tflops : 122.8 ,
251
263
memory : [ 24 ] ,
@@ -278,6 +290,14 @@ export const SKUS = {
278
290
tflops : 32.33 ,
279
291
memory : [ 16 ] ,
280
292
} ,
293
+ "RX 6700 XT" : {
294
+ tflops : 26.43 ,
295
+ memory : [ 12 ] ,
296
+ } ,
297
+ "RX 6700" : {
298
+ tflops : 22.58 ,
299
+ memory : [ 10 ] ,
300
+ } ,
281
301
"Radeon Pro VII" : {
282
302
tflops : 26.11 ,
283
303
memory : [ 16 ] ,
You can’t perform that action at this time.
0 commit comments