NVIDIA / NVIDIA/TensorRT

[NEED HELP] migration from tensorrt8 to tensorrt10

Open
#4,389 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C++
Stars
13.4k
Forks
2.4k
Avg merge
5d 3h
Merged PRs (30d)
2

Description

Hi guys, I'm automotive engineer. My current work is to migrate a tensorrt 8 project to tensorrt 10.

I have already checked the guide on https://docs.nvidia.com/deeplearning/tensorrt/latest/api/migration-guide.html#c

But seems there are some functions that are not listed on this guide:

  1. error: no matching function for call to nvinfer1::IRuntime::deserializeCudaEngine(unsigned char*, std::vector<unsigned char>::size_type, int) (On the guide website, there is only IRuntime::deserializeCudaEngine (void const* blob, std::size_t size, IPluginFactory* pluginFactory) IRuntime::destroy())

Could anyone please help me, thanks!

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the TensorRT migration guide linked in the issue and the TensorRT 10 API reference for IRuntime::deserializeCudaEngine. Reproduce the reported C++ compilation error and compare the TensorRT 8 call with the available TensorRT 10 signature. Done means documenting or applying the supported migration path, but the issue provides no repository file or test to target.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
machine-learning
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.