[NEED HELP] migration from tensorrt8 to tensorrt10
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:
- 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 onlyIRuntime::deserializeCudaEngine (void const* blob, std::size_t size, IPluginFactory* pluginFactory) IRuntime::destroy())
Could anyone please help me, thanks!
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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