Skip to content

NVIDIA® TensorRT™ is an SDK for high-performance deep learning inference on NVIDIA GPUs. This repository contains the open source components of TensorRT.

Notifications You must be signed in to change notification settings

zhoucoolqi/tensorrt-github-samples

Repository files navigation

License Documentation

Description

This repo is folked from Tensorrt: https://github.com/NVIDIA/TensorRT. Will be clean up only for samples modifying, building, running and studying.

Environment

Developing

  1. tbd -- conda env

Deployment -- c++ compiling and running

  1. WSL2 + Unbuntu22.04: 5.15.153.1-microsoft-standard-WSL2
  2. CUDA: 12.4.99
  3. Tensorrt: 10.5.0

CMD

clear && rm -rf build && mkdir build && cd build && cmake .. && make -j 20 && cd .. 

About

NVIDIA® TensorRT™ is an SDK for high-performance deep learning inference on NVIDIA GPUs. This repository contains the open source components of TensorRT.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.4%
  • CMake 1.2%
  • C 0.4%