Tesla P100: Cheap but Niche | Generated by AI

Home 2026.07

Question: How is this NVIDIA Tesla P100 16GB for AI / LLM work?

Answer:

The Tesla P100 16GB HBM2 is an interesting card, but for your use case (LLM training, inference, experimenting with models), I would rate it as cheap but niche.

Image

Image

Image

Image

Specs

  Tesla P100 PCIe
Architecture Pascal (2016)
CUDA cores 3584
VRAM 16GB HBM2
Memory bandwidth ~549 GB/s
FP32 ~9.3 TFLOPS
Tensor cores ❌ None
NVLink Yes (some SXM versions)
PCIe Gen3 x16
Power ~250W
Compute capability 6.0

The important point:

No Tensor Cores.

That makes a huge difference for modern AI.


Compared with your RTX 4070

Your RTX 4070:

  RTX 4070 Tesla P100
Architecture Ada Lovelace Pascal
VRAM 12GB GDDR6X 16GB HBM2
Bandwidth 504 GB/s 549 GB/s
FP32 ~29 TFLOPS ~9.3 TFLOPS
Tensor cores Yes No
CUDA 7.5? actually 8.9 6.0
BF16 Good Poor
FP16 Tensor Excellent No Tensor

For LLM:


What can P100 run?

Good

1. Small LLM inference

Examples:

With llama.cpp:

Q4_K_M
7B model
~5GB VRAM

works.

Maybe:

14B Q4
~10GB VRAM

also works.


2. CUDA experiments

PyTorch:

torch.cuda.is_available()

works.

Training:

possible.


Bad

Modern LLM training

Example:

Qwen3 30B:

No.

Even with 16GB:

explode.


Flash attention / modern kernels

Problem:

P100 is compute capability 6.0.

Many modern AI libraries assume:

sm_80+

(Ampere)

or:

sm_89

(Ada)

You will hit compatibility issues.

Examples:


Compared with RTX 3090

The real competitor:

NVIDIA GeForce RTX 3090

  P100 RTX 3090
VRAM 16GB 24GB
Tensor cores No Yes
FP16 AI weak huge
BF16 No Yes
LLM ecosystem old excellent

RTX 3090 is probably 5-10x better for LLM workloads.


Price judgement

Depends on price.

If:

< 500 CNY

Interesting.

Reason:

500-1000 CNY

I would hesitate.

A used RTX 3060 12GB is often better:

>1000 CNY

No.

Buy something newer.


For your AI hardware path

Given your previous experiments:

I would rank:

RTX 3090 24GB
    >
RTX 4090 24GB
    >
RTX 3060 12GB
    >
RTX 4070 12GB
    >
Tesla P100 16GB

The P100 is a “fun HPC collector card”, not a serious 2026 LLM card.

The biggest issue is not VRAM. It is missing Tensor Cores + old CUDA architecture. For modern PyTorch, a 12GB Ada card can beat this 16GB HBM card easily.


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