Skip to content

Commit 207340f

Browse files
thienVaibhavs10pcuenca
authored
add 2080ti, 2080 into hardware.ts (#853)
added FP16 (half) FLOPs for the GPUs listed in title. sources: - https://www.techpowerup.com/gpu-specs/geforce-rtx-2080.c3224 - https://www.techpowerup.com/gpu-specs/geforce-rtx-2080-ti.c3305 - https://www.techpowerup.com/gpu-specs/geforce-rtx-2070.c3252 (as x-reference to know which number to use). --------- Co-authored-by: Vaibhav Srivastav <[email protected]> Co-authored-by: Pedro Cuenca <[email protected]>
1 parent 6e47ae8 commit 207340f

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
@@ -164,6 +164,14 @@ export const SKUS = {
164164
tflops: 12.74,
165165
memory: [12, 8],
166166
},
167+
"RTX 2080 Ti": {
168+
tflops: 26.9,
169+
memory: [11],
170+
},
171+
"RTX 2080": {
172+
tflops: 20.14,
173+
memory: [8],
174+
},
167175
"RTX 2070": {
168176
tflops: 14.93,
169177
memory: [8],

0 commit comments

Comments
 (0)