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 a00a078 commit 0455210Copy full SHA for 0455210
packages/tasks/src/hardware.ts
@@ -434,6 +434,18 @@ export const SKUS = {
434
tflops: 22.58,
435
memory: [10],
436
},
437
+ "RX 6650 XT": {
438
+ tflops: 21.59,
439
+ memory: [8],
440
+ },
441
+ "RX 6600 XT": {
442
+ tflops: 21.21,
443
444
445
+ "RX 6600": {
446
+ tflops: 17.86,
447
448
449
"Radeon Pro VII": {
450
tflops: 26.11,
451
memory: [16],
0 commit comments