File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ export const SKUS = {
150
150
} ,
151
151
"RTX 4090 Mobile" : {
152
152
tflops : 32.98 ,
153
- memory : [ 16 ]
153
+ memory : [ 16 ] ,
154
154
} ,
155
155
"RTX 4080 SUPER" : {
156
156
tflops : 52.2 ,
@@ -162,15 +162,15 @@ export const SKUS = {
162
162
} ,
163
163
"RTX 4080 Mobile" : {
164
164
tflops : 24.72 ,
165
- memory : [ 12 ]
165
+ memory : [ 12 ] ,
166
166
} ,
167
167
"RTX 4070" : {
168
168
tflops : 29.15 ,
169
169
memory : [ 12 ] ,
170
170
} ,
171
171
"RTX 4070 Mobile" : {
172
172
tflops : 15.62 ,
173
- memory : [ 8 ]
173
+ memory : [ 8 ] ,
174
174
} ,
175
175
"RTX 4070 Ti" : {
176
176
tflops : 40.09 ,
@@ -194,7 +194,7 @@ export const SKUS = {
194
194
} ,
195
195
"RTX 4060 Mobile" : {
196
196
tflops : 11.61 ,
197
- memory : [ 8 ]
197
+ memory : [ 8 ] ,
198
198
} ,
199
199
"RTX 3090" : {
200
200
tflops : 35.58 ,
@@ -214,7 +214,7 @@ export const SKUS = {
214
214
} ,
215
215
"RTX 3080 Mobile" : {
216
216
tflops : 18.98 ,
217
- memory : [ 8 ]
217
+ memory : [ 8 ] ,
218
218
} ,
219
219
"RTX 3070" : {
220
220
tflops : 20.31 ,
@@ -282,7 +282,7 @@ export const SKUS = {
282
282
} ,
283
283
"GTX 1050 Ti" : {
284
284
tflops : 2.1 , // float32 (GPU does not support native float16)
285
- memory : [ 4 ]
285
+ memory : [ 4 ] ,
286
286
} ,
287
287
"RTX Titan" : {
288
288
tflops : 32.62 ,
You can’t perform that action at this time.
0 commit comments