Skip to content

Commit

Permalink
chore: Add support for RTX 2070 SUPER Mobile and RTX 2070 SUPER in ha…
Browse files Browse the repository at this point in the history
…rdware.ts
  • Loading branch information
sanjumsanthosh committed Sep 1, 2024
1 parent 94cb7fe commit 7596247
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/tasks/src/hardware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,14 @@ export const SKUS = {
tflops: 14.93,
memory: [8],
},
"RTX 2070 SUPER Mobile": {
tflops: 14.13 ,
memory: [8],
},
"RTX 2070 SUPER": {
tflops: 18.12,
memory: [8],
},
"RTX 3050 Mobile": {
tflops: 7.639,
memory: [6],
Expand Down

0 comments on commit 7596247

Please sign in to comment.