Skip to content

Commit a5e366a

Browse files
bjoernhVaibhavs10
andauthored
Update memory configurations for MI50 and Radeon Pro VII (#1808)
There are also 32 GB Variants of this GPUs Co-authored-by: vb <vaibhavs10@gmail.com>
1 parent aa020b2 commit a5e366a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/tasks/src/hardware.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ export const SKUS = {
438438
},
439439
MI50: {
440440
tflops: 26.5,
441-
memory: [16],
441+
memory: [16, 32],
442442
},
443443
"RX 9070 XT": {
444444
tflops: 97.32,
@@ -502,7 +502,7 @@ export const SKUS = {
502502
},
503503
"Radeon Pro VII": {
504504
tflops: 26.11,
505-
memory: [16],
505+
memory: [16, 32],
506506
},
507507
},
508508
INTEL: {

0 commit comments

Comments
 (0)