Skip to content

Commit da39402

Browse files
Update hardware.ts (#974)
Add more GPUs to the list, all fp16 performance. --------- Co-authored-by: Pedro Cuenca <[email protected]>
1 parent 2e7ec43 commit da39402

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

packages/tasks/src/hardware.ts

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ export const SKUS = {
8888
tflops: 31.24,
8989
memory: [24],
9090
},
91+
A2: {
92+
tflops: 4.531, // source: https://www.techpowerup.com/gpu-specs/a2.c3848
93+
memory: [16],
94+
},
9195
"RTX 4090": {
9296
tflops: 82.58,
9397
memory: [24],
@@ -246,6 +250,14 @@ export const SKUS = {
246250
tflops: 184.6,
247251
memory: [32],
248252
},
253+
MI60: {
254+
tflops: 29.5,
255+
memory: [32],
256+
},
257+
MI50: {
258+
tflops: 26.5,
259+
memory: [16],
260+
},
249261
"RX 7900 XTX": {
250262
tflops: 122.8,
251263
memory: [24],
@@ -278,6 +290,14 @@ export const SKUS = {
278290
tflops: 32.33,
279291
memory: [16],
280292
},
293+
"RX 6700 XT": {
294+
tflops: 26.43,
295+
memory: [12],
296+
},
297+
"RX 6700": {
298+
tflops: 22.58,
299+
memory: [10],
300+
},
281301
"Radeon Pro VII": {
282302
tflops: 26.11,
283303
memory: [16],

0 commit comments

Comments
 (0)