Buy another RTX 3090 for NVLink | Generated by AI

Home 2026.07

Question: If using NVLink, what GPU should you buy instead of adding an RTX 3060?

Answer:

For your i9-13900KF + RTX 4070 system, NVLink changes the answer completely.

First: RTX 4070 does not support NVLink.

The RTX 40 series consumer cards removed NVLink:

GPU NVLink support
RTX 3090 ✅ Yes
RTX 3090 Ti ❌ No
RTX 4090 ❌ No
RTX 4080 ❌ No
RTX 4070 ❌ No
RTX 3060 ❌ No

So you cannot do:

RTX 4070 + RTX 3060 + NVLink

There is no connector.


The realistic second-hand AI setup is:

RTX 3090 24GB
+
RTX 3090 24GB

with NVLink bridge.

Image

Image

Image

Image

You get:

GPU 0:
24GB GDDR6X

GPU 1:
24GB GDDR6X

Total:
48GB VRAM

NVLink provides a high-bandwidth GPU-to-GPU connection:

PCIe:
CPU
 |
PCIe x16
 |
GPU

GPU <-- PCIe --> GPU

versus:

NVLink:

GPU0 <=======> GPU1
      high bandwidth

This helps for:


But there is an important catch

NVLink does not magically merge VRAM.

This:

2 x RTX 3090

24GB + 24GB

does not become:

one CUDA device with 48GB

CUDA sees:

torch.cuda.device_count()

2

You need software support:

Example:

vllm serve Qwen2.5-32B \
 --tensor-parallel-size 2

then:

GPU0:
layers 0-?

GPU1:
layers ?-?

Compared with RTX 4070 + RTX 3060

Your current:

RTX 4070
12GB
+
RTX 3060
12GB

= 24GB total

Cheap, but:

3090 pair:

RTX 3090
24GB
+
RTX 3090
24GB

= 48GB

Much better for LLM work.


Power requirement

Your current PSU:

750W

is not enough.

3090:

RTX 3090:
350W

two:
700W

CPU:
250W

system:
100W

Peak:

~1000W

You want:

1200W PSU

minimum.

Examples:


Motherboard requirement

For dual RTX 3090:

You need:

PCIe slot spacing:

GPU1
|
3-slot gap
|
GPU2

Most normal ATX boards are too cramped.

Better:

These have wider spacing.


For your specific situation

Given you already have RTX 4070:

I would not buy RTX 3060.

The choices:

Option A — cheapest AI expansion

RTX 4070
+
RTX 3090

Pros:

Cons:

This is probably the sweet spot.


Option B — serious local LLM workstation

Sell RTX 4070:

2 x RTX 3090 24GB
NVLink

You get:

48GB VRAM

Can run:


Option C — keep RTX 4070

Honestly, for your workload (nanoGPT training, LoRA, agent development), I would do:

Current:
RTX 4070 12GB

Add:
RTX 3090 24GB

Total:

36GB VRAM

Use:

This gives much more value than RTX 3060.

The RTX 3090 second-hand market exists exactly because it is still one of the cheapest ways to get 24GB CUDA VRAM.


Generated by AI. Curating and sharing still takes effort. If you find it useful, feel free to donate. WeChat: @lzwjavaWeChat QR · X: @lzwjava · Say hi 👋

Back Donate