AI has transformed how organizations operate, driving unprecedented levels of productivity and innovation. However, AI adoption can be impeded by concerns surrounding data privacy, sovereignty and how to secure data while it is in use, or during inference and engagement with AI models. NVIDIA Confidential Computing (CC) was engineered to be a secure and performant solution for the era of agentic AI to scale any model securely.
CC enables the protection of enterprise data and proprietary model weights and the model itself during active inference. In this post, we will provide an overview of CC and demonstrate benchmarks that show its inference performance is nearly identical (up to 98%) to solutions that don’t enable CC security.
CC provides a security layer that spans silicon, interconnect, and system software. Here’s how it works:

NVIDIA Blackwell GPUs, including the NVIDIA RTX PRO 6000, HGX B200, and HGX B300, are engineered with CC embedded in the hardware. The HGX B200 and HGX B300 GPUs support confidential computing across multiple GPUs (up to 8) with NVIDIA NVLink encryption. At the silicon level, the GPU maintains a private signing key that is fused at the time of manufacturing and never exposed to software, firmware, or the host system. This key is the foundation of the attestation chain.
Before a confidential workload receives any secrets, it undergoes remote attestation. The NVIDIA Remote Attestation Service (NRAS) verifies a signed evidence bundle—the GPU’s hardware report combined with CPU TEE measurements (AMD SEV-SNP or Intel TDX)—against a known-good reference integrity manifest (RIM).
Once the Confidential VM (CVM) is in a verified, unmodified state, secrets such as model decryption keys can be deployed into the CVM. The attestation handshake is typically a one-time startup event. Once the workload is running, attestation does not add latency to individual inference requests.

Figure 2. Attestation services remotely validate the identity, configuration, and integrity of Trusted Execution Environments and issue cryptographic proof
CC changes to AI inference performance on Blackwell GPUs can come from two areas:
Several innovations optimize inference performance with CC including:
NVIDIA continues to work with upstream communities for inference frameworks to ensure these frameworks are optimized for performance.
We measured the inference performance of CC across different key metrics. Below are the details on the test setup and measurements.
Across all workload configurations tested, enabling CC mode produced minimal throughput and time per output token overhead during steady-state inference.
The following table summarizes CC throughput, TTFT, TPOT overhead on Blackwell Ultra (HGX B300) for model Qwen/Qwen3.5-397B-A17B-FP8
| Concurrency | ISL/OSL = 1024 / 1024 | ISL/OSL = 8192 / 1024 | ||
| Throughput/GPU (tok/s) | Median TPOT (ms) | Throughput/GPU (tok/s) | Median TPOT (ms) | |
| Δ% vs OFF | Δ% vs OFF | Δ% vs OFF | Δ% vs OFF | |
| 4 | -2.0% | -1.6% | -3.5% | -3.6% |
| 8 | -2.6% | -2.4% | -2.8% | -2.9% |
| 16 | -5.3% | -4.9% | -2.8% | -3.0% |
| 32 | -6.3% | -7.8% | -1.0% | -0.9% |
| 64 | -6.2% | -6.8% | -2.3% | -2.4% |
| 128 | -7.5% | -8.1% | -3.5% | -3.5% |
| 256 | -4.6% | -4.1% | -3.6% | -3.7% |
Benchmark: Qwen 3.5 397B-A17B model at FP8 precision
Environment: Virtual Machine with GPU passthrough
Baseline: Confidential Computing Off
Experiment: Confidential Computing On
All other variables held constant.
HGX B300 with Blackwell Ultra.
| Component | Version / Detail |
| Platform | Intel TDX |
| Host OS | Ubuntu 25.10 |
| Host Kernel | 6.17.0-20-generic |
| Guest OS | Ubuntu 24.04.4 LTS |
| Guest Kernel | 6.8.0-124-generic |
| Guest vCPUs | 256 |
| Guest NUMA | 2 nodes |
| NVIDIA Driver | 595.71.05 |
| VBIOS | FW 1.4.x [97.10.64.00.0C] |
| GPU Power Limit | 1100.00 |
| CUDA | 13.2 |
| SGlang | docker.io/lmsysorg/sglang:v0.5.12-cu130PRs: 28251 (SGLang) and 3638 (FlashInfer) |
| NCCL | v2.28.9-1 |
| OpenSSL | 3.6.0 |
| Orchestration | Docker Container + NVIDIA Container Toolkit |
Note: Please follow the CPU power and vCPU pinning configuration described in this document.
Each configuration was tested across a range of conditions representative of real enterprise inference workloads:
Input/output token lengths: 8192/1024, 1024/1024
Batch sizes: 4, 8, 16, 32, 64, 128 and 256 concurrent requests.
Inference framework (Mode): SGLang (Server)
Baseline: Without –enable-symm-mem
Output Throughput per GPU (tokens/sec/gpu)
Median Time to First Token (TTFT) — latency from request submission to first token generated, in ms
Median Time Per Output Token (TPOT) — per-token generation latency in steady-state streaming, in ms
Hardware-level security with CC protects sensitive AI workloads while preserving the performance needed for production AI workloads.
CC provides a stronger security foundation for production inference workloads with minimal performance overheads. In our evaluation using Qwen 3.5 on SGLang, we observed this across a sweep of concurrency levels, input sequence lengths, and output sequence lengths, proving that organizations can secure their AI workloads and data, and stay compliant to regulation without compromising on performance.
Join NVIDIA and our partners to secure your AI workloads with CC on Blackwell by accessing the resources below.
NVIDIA Confidential Computing Documentation
NVIDIA Blackwell Architecture Whitepaper
NVIDIA GPU Operator and Container Toolkit
NVIDIA Remote Attestation Service (NRAS)
NIST SP 800-207 Zero Trust Architecture
HIPAA Security Rule (HHS)
GDPR Article 32 — Security of Processing