prism.

Learn / Hardware

Why confidential GPU compute needs specific hardware

Encryption on the way in does nothing once the machine decrypts the data to compute on it. Hiding a workload from its host takes silicon, and most GPUs lack it.

01

The question people are really asking

Can the company running the machine read my model and my data? For rented GPUs the answer is usually yes, and the usual reassurances do not change it.

Encryption in transit protects the trip. Encryption at rest protects the disk. Neither helps in the middle, because the machine has to decrypt the data to compute on it, and at that moment it sits in memory the host administers.

02

It takes hardware on both sides

Hiding a workload from its own host means the silicon has to enforce it. That is a trusted execution environment: memory encrypted with keys the host cannot reach, plus a signed report proving which code got those keys.

A GPU workload needs this twice. AMD SEV-SNP or Intel TDX covers the CPU side, which protects the virtual machine. NVIDIA Confidential Computing covers the GPU, which protects the memory the model actually runs in. Do only the first and the GPU remains an open window.

03

Which GPUs can do it

NVIDIA Confidential Computing begins with the Hopper generation: H100, H200, and the Blackwell parts after them. Everything earlier lacks the capability in silicon, so no driver or firmware release adds it later.

That rules out most of what the rental market runs on today. L40S, RTX 6000 Ada, RTX A6000 and A40 are all Ada or Ampere. They are excellent for training and inference, and they cannot hide a workload from the machine they sit in.

Renting a confidential GPU therefore means renting particular hardware from an operator who controls the host firmware. It is a supply question before it is a software question.

04

Why proofs do not fill the gap

Zero-knowledge proofs come up here often, and they solve a different problem. A proof establishes that a computation was performed correctly. It does not hide the input from the party doing the computing, and on a rented GPU that party is the host you are trying to hide from.

Homomorphic encryption and secure multi-party computation do address secrecy. Both are orders of magnitude too slow for training or transformer inference, which is why nobody sells them as GPU rental.

Proofs do have a place one step away from the workload: checking an attestation report cheaply, so a machine's claim about itself can be settled onchain.

05

Where this leaves you today

Every machine on the network right now is open class, and its operator can read what runs there. We would rather write that down than imply otherwise.

Two things are true alongside it. Your stored data does not have to live on a rented machine at all: the vault keeps cards, documents and credentials encrypted under a key derived on your own machine, and we hold only ciphertext. And every offer carries a trust class, so when hardware that can do better arrives, a workload can require it and refuse the rest.