GitHub - zhoucoolqi/tensorrt-github-samples: NVIDIA® TensorRT™ is an SDK for high-performance deep learning inference on NVIDIA GPUs. This repository contains the open source components of TensorRT.

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

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

Readme

Activity

Stars

0 stars

Watchers

0 watching

Forks

0 forks

Releases

No releases published

Languages

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