TensorRtSharp4.0
TensorRtSharp4.0 is a production-oriented TensorRT and CUDA bridge for .NET.
Current Status
Verified on 2026-06-12:
- TensorRT interface coverage:
0missing rows. - CUDA runtime interface coverage:
0missing rows. - Manifest inventory:
3271API records across102manifests. - Latest coverage report:
artifacts/interface-coverage/interface-coverage-summary.md. - Native validation:
win-x64-trt11-cuda13-releaseconfigures and builds. - Managed validation: solution build and project quality tests pass.
The project is now past raw interface coverage closure for the locally scanned headers. The active work is release hardening: sample coverage, documentation, package validation, and promotion of high-value deferred boundaries into safe public wrappers.
Start Here
English:
- Getting Started
- Installation Layout
- API Reference
- Windows API Completion
- API Coverage and Deferred Boundaries
- Sample Runners
- Runtime Package Strategy
- Runtime Distribution Strategy
- Local GitHub Actions Checks
- Package Consumer Validation
- Release Candidate Gate
Chinese articles:
- Getting Started
- Installation Layout
- API Reference
- Windows API Completion
- Latest Windows API Status
- Runtime Packages
- Runtime Distribution Strategy
- Local GitHub Actions Checks
- Package Consumer Validation
- Release Candidate Gate
- Sample Runners
Example And Smoke Path
Recommended common-example order:
MultiStreamDynamicShapeInferenceBindingsOnnxToEngineClassificationwith your own classifier ONNX assetsYoloDetwith your own YOLO-family ONNX assets
Recommended smoke order:
CudaSmokeRunnerTensorRtSmokeRunnerLifecycleSmokeRunnerOnnxToEngineSmokeRunnerNetworkBuilderSmokeRunner- Layer-specific network runners
See Sample Runners, samples/README.md, and smoke/README.md for commands and expected evidence lines.