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 c99266a commit b82ea88Copy full SHA for b82ea88
packages/tasks/src/hardware.ts
@@ -48,6 +48,30 @@ export const SKUS = {
48
tflops: 91.1,
49
memory: [48],
50
},
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
70
71
+ "RTX 2000 Ada": {
72
+ tflops: 12.0,
73
+ memory: [16],
74
75
A100: {
76
tflops: 77.97,
77
memory: [80, 40],
0 commit comments