Skip to content

Commit 9f7aa5a

Browse files
XyemVaibhavs10
andauthored
Add RTX 2060 and RTX 2060 12GB to hardware (#1621)
This adds the memory and tflops information for 2 RTX 2060 GPUs. I have added them separately as the tflops values are different, due to the 12GB version having other changes aside from increased VRAM capacity (more cores and tmus). These may be merged into a single item with the lower tflops value if preferred. Just let me know and I will update the PR. The values were taken from these 2 pages respectively: - https://www.techpowerup.com/gpu-specs/geforce-rtx-2060.c3310 - https://www.techpowerup.com/gpu-specs/geforce-rtx-2060-12-gb.c3836 Just to note that I own multiple RTX 2060 12GB, but no RTX 2060 cards. I added the latter due to their distinct differences. --------- Co-authored-by: vb <[email protected]>
1 parent 2e2eeed commit 9f7aa5a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/tasks/src/hardware.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,14 @@ export const SKUS = {
310310
tflops: 7.639,
311311
memory: [6],
312312
},
313+
"RTX 2060": {
314+
tflops: 12.9,
315+
memory: [6],
316+
},
317+
"RTX 2060 12GB": {
318+
tflops: 14.36,
319+
memory: [12],
320+
},
313321
"RTX 2060 Mobile": {
314322
tflops: 9.22,
315323
memory: [6],

0 commit comments

Comments
 (0)