Skip to content

Commit

Permalink
add gtx 1060
Browse files Browse the repository at this point in the history
why wasn't this here before?
  • Loading branch information
nroggendorff authored Jan 24, 2025
1 parent f218fa6 commit 326f881
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/tasks/src/hardware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,10 @@ export const SKUS = {
tflops: 8.2, // float32 (GPU does not support native float16)
memory: [8],
},
"GTX 1060": {
tflops: 3.9, // float32 (GPU does not support native float16)
memory: [3, 6],
},
"RTX Titan": {
tflops: 32.62,
memory: [24],
Expand Down

0 comments on commit 326f881

Please sign in to comment.