Skip to content

Commit 284b28e

Browse files
authored
add gtx 1060 (#1140)
why wasn't this here before?
1 parent f218fa6 commit 284b28e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/tasks/src/hardware.ts

+4
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,10 @@ export const SKUS = {
212212
tflops: 8.2, // float32 (GPU does not support native float16)
213213
memory: [8],
214214
},
215+
"GTX 1060": {
216+
tflops: 3.9, // float32 (GPU does not support native float16)
217+
memory: [3, 6],
218+
},
215219
"RTX Titan": {
216220
tflops: 32.62,
217221
memory: [24],

0 commit comments

Comments
 (0)