Skip to content

Commit 50efc40

Browse files
authored
add GTX 1660 hardware (#730)
this will add GTX 1660 hardware. Data has been curated from https://www.techpowerup.com/gpu-specs/geforce-gtx-1660.c3365 .
1 parent e586366 commit 50efc40

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/tasks/src/hardware.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,10 @@ export const SKUS = {
184184
tflops: 32.62,
185185
memory: [24],
186186
},
187+
"GTX 1660": {
188+
tflops: 10.05,
189+
memory: [6],
190+
},
187191
"GTX 1650 Mobile": {
188192
tflops: 6.39,
189193
memory: [4],

0 commit comments

Comments
 (0)