Skip to content

Commit 4403dda

Browse files
committed
Add hardware specs for my Lenovo Thinkpad P16V Gen2
1 parent d2e41e9 commit 4403dda

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

packages/tasks/src/hardware-nvidia.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ export const NVIDIA_SKUS: Record<string, NvidiaHardwareSpec> = {
230230
},
231231
"RTX 2000 Ada": {
232232
tflops: 12.0,
233-
memory: [16],
233+
memory: [8, 16],
234234
computeCapability: 8.9,
235235
msrp: 650,
236236
power: 70,

packages/tasks/src/hardware.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,12 @@ export const SKUS = {
197197
power: 160,
198198
releaseYear: 2025,
199199
},
200+
"Intel Core Ultra 7 155H": {
201+
tflops: 1.488,
202+
msrp: 503,
203+
power: 115,
204+
releaseYear: 2023,
205+
},
200206
"Intel Core Ultra 7 255HX": {
201207
tflops: 1.62,
202208
msrp: 583,

0 commit comments

Comments
 (0)