We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2535673 commit 26a6395Copy full SHA for 26a6395
packages/tasks/src/hardware.ts
@@ -100,13 +100,21 @@ export const SKUS = {
100
tflops: 40,
101
memory: [24],
102
},
103
+ "RTX 3080": {
104
+ tflops: 30.6,
105
+ memory: [12, 10],
106
+ },
107
"RTX 3080 Ti": {
108
tflops: 34.1,
109
memory: [12],
110
- "RTX 3080": {
- tflops: 30.6,
- memory: [12, 10],
111
+ "RTX 3070": {
112
+ tflops: 20.31,
113
+ memory: [8],
114
115
+ "RTX 3070 Ti": {
116
+ tflops: 21.75,
117
118
119
"RTX 3070 Ti Laptop": {
120
tflops: 16.6,
0 commit comments