NVIDIANVIDIAOfficialยท5 Agent Skills Included

TensorRT

Build, optimize, and deploy fast GPU inference engines with TensorRT

Converts ONNX and PyTorch models into optimized TensorRT engines with verified numerical accuracy. Guides AI agents through engine building, C++ runtime deployment, strong-typing migration, and performance profiling. Eliminates deprecated API usage, silent precision bugs, and slow manual debugging of GPU inference pipelines.
npx skills add NVIDIA/TensorRT --all -g -y

All Skills in This Repository (5)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install TensorRT skills?โ–ผ

Run `npx skills add NVIDIA/TensorRT --all -g -y` in your terminal to install all TensorRT agent skills globally.

How to convert an ONNX model to TensorRT?โ–ผ

The trt-onnx-quickstart skill walks your AI agent through exporting, sanitizing, and building a verified FP16 engine using trtexec and Polygraphy parity checks.

How to run a TensorRT engine from C++?โ–ผ

The trt-cpp-runtime-quickstart skill generates modern load-and-run code using enqueueV3 and setTensorAddress, avoiding deprecated TensorRT 8.x APIs.

How to fix TensorRT 11 migration errors?โ–ผ

The trt-strong-typing-migration skill automatically rewrites weakly-typed Python, C++, and trtexec build code to the strongly-typed format required by TensorRT 11.

Can these skills analyze TensorRT performance?โ–ผ

Yes. The trt-perf-analysis skill validates layer and profile JSON files, finds hot layers and fusion opportunities, and generates a browser-based performance report.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’