Skip to content

Commit b82ea88

Browse files
authored
Adds remaining Nvidia RTX Quadro from Ada Generation (#707)
Adds remaining Nvidia RTX Quadro from Ada Generation on hardware list
1 parent c99266a commit b82ea88

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

packages/tasks/src/hardware.ts

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,30 @@ export const SKUS = {
4848
tflops: 91.1,
4949
memory: [48],
5050
},
51+
"RTX 5880 Ada": {
52+
tflops: 69.3,
53+
memory: [48],
54+
},
55+
"RTX 5000 Ada": {
56+
tflops: 65.3,
57+
memory: [32],
58+
},
59+
"RTX 4500 Ada": {
60+
tflops: 39.6,
61+
memory: [24],
62+
},
63+
"RTX 4000 Ada": {
64+
tflops: 26.7,
65+
memory: [20],
66+
},
67+
"RTX 4000 SFF Ada": {
68+
tflops: 19.2,
69+
memory: [20],
70+
},
71+
"RTX 2000 Ada": {
72+
tflops: 12.0,
73+
memory: [16],
74+
},
5175
A100: {
5276
tflops: 77.97,
5377
memory: [80, 40],

0 commit comments

Comments
 (0)