File tree Expand file tree Collapse file tree 1 file changed +39
-7
lines changed Expand file tree Collapse file tree 1 file changed +39
-7
lines changed Original file line number Diff line number Diff line change @@ -84,14 +84,14 @@ export const SKUS = {
84
84
tflops : 31.24 ,
85
85
memory : [ 24 ] ,
86
86
} ,
87
- T4 : {
88
- tflops : 65.13 ,
89
- memory : [ 16 ] ,
90
- } ,
91
87
"RTX 4090" : {
92
88
tflops : 82.58 ,
93
89
memory : [ 24 ] ,
94
90
} ,
91
+ "RTX 4090D" : {
92
+ tflops : 79.49 ,
93
+ memory : [ 24 ] ,
94
+ } ,
95
95
"RTX 4080 SUPER" : {
96
96
tflops : 52.2 ,
97
97
memory : [ 16 ] ,
@@ -172,17 +172,37 @@ export const SKUS = {
172
172
tflops : 9.22 ,
173
173
memory : [ 6 ] ,
174
174
} ,
175
+ "GTX 1080 Ti" : {
176
+ tflops : 11.34 , // float32 (GPU does not support native float16)
177
+ memory : [ 11 ] ,
178
+ } ,
179
+ "GTX 1070 Ti" : {
180
+ tflops : 8.2 , // float32 (GPU does not support native float16)
181
+ memory : [ 8 ] ,
182
+ } ,
175
183
"RTX Titan" : {
176
184
tflops : 32.62 ,
177
185
memory : [ 24 ] ,
178
186
} ,
187
+ "GTX 1650 Mobile" : {
188
+ tflops : 6.39 ,
189
+ memory : [ 4 ] ,
190
+ } ,
191
+ T4 : {
192
+ tflops : 65.13 ,
193
+ memory : [ 16 ] ,
194
+ } ,
179
195
V100 : {
180
196
tflops : 28.26 ,
181
197
memory : [ 32 , 16 ] ,
182
198
} ,
183
- "GTX 1650 Mobile" : {
184
- tflops : 6.39 ,
185
- memory : [ 4 ] ,
199
+ "Quadro P6000" : {
200
+ tflops : 12.63 , // float32 (GPU does not support native float16)
201
+ memory : [ 24 ] ,
202
+ } ,
203
+ P40 : {
204
+ tflops : 11.76 , // float32 (GPU does not support native float16)
205
+ memory : [ 24 ] ,
186
206
} ,
187
207
} ,
188
208
AMD : {
@@ -226,6 +246,18 @@ export const SKUS = {
226
246
tflops : 45.14 ,
227
247
memory : [ 16 , 8 ] ,
228
248
} ,
249
+ "RX 6950 XT" : {
250
+ tflops : 47.31 ,
251
+ memory : [ 16 ] ,
252
+ } ,
253
+ "RX 6800" : {
254
+ tflops : 32.33 ,
255
+ memory : [ 16 ] ,
256
+ } ,
257
+ "Radeon Pro VII" : {
258
+ tflops : 26.11 ,
259
+ memory : [ 16 ] ,
260
+ } ,
229
261
} ,
230
262
} ,
231
263
CPU : {
You can’t perform that action at this time.
0 commit comments