Skip to content

Commit e961715

Browse files
authored
feat: Add RTX 3080 Mobile 16G (#2149)
This adds a 16G option for the Geforce RTX 3080 Mobile. ``` $ lspci -nn -s 01:00.0 01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GA104M [GeForce RTX 3080 Mobile / Max-Q 8GB/16GB] [10de:249c] (rev a1) ``` Closes: #2148 <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Low risk: this is a data-only update to the NVIDIA GPU SKU table, expanding supported memory variants without touching runtime logic. > > **Overview** > Updates the NVIDIA GPU SKU metadata so `RTX 3080 Mobile` now lists both `16` and `8` GB VRAM options (previously only `8`), allowing hardware detection/selection to recognize the 16GB model. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 9af2117. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 5de1f0e commit e961715

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/tasks/src/hardware-nvidia.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ export const NVIDIA_SKUS: Record<string, NvidiaHardwareSpec> = {
614614
},
615615
"RTX 3080 Mobile": {
616616
tflops: 18.98,
617-
memory: [8],
617+
memory: [16, 8],
618618
computeCapability: 8.6,
619619
msrp: 800,
620620
power: 150,

0 commit comments

Comments
 (0)