AI inference glossary
Software

TensorRT-LLM

Also known as TRT-LLM, TRTLLM

In plain English

TensorRT-LLM is NVIDIA’s optimized software stack for getting high inference performance from NVIDIA GPUs.

Technical definition

TensorRT-LLM is NVIDIA’s inference stack for compiling, optimizing, and serving large language models on NVIDIA GPUs.

Engineering details

It provides NVIDIA-tuned kernels, quantization paths, distributed execution, and model-specific optimizations. It can run as a serving backend and its kernels can also appear inside other engines through integrations.

Why it matters

Tight hardware integration can expose Blackwell and NVL72 features quickly, but model support and engine compatibility remain version specific. A TensorRT-LLM label therefore needs a concrete container and recipe.

How to read it in InferenceX

InferenceX includes direct TensorRT-LLM and Dynamo TensorRT-LLM configurations and also tracks cases where SGLang or vLLM uses a TRT-LLM-derived kernel backend.