Samples still use deprecated values
Open
Nobody has claimed this yet.
Module:Samples
- Dominant language
- C++
- Stars
- 13.4k
- Forks
- 2.4k
- Avg merge
- 5d 3h
- Merged PRs (30d)
- 2
Description
Values, such as BuilderFlag::kFP16 are now flagged as deprecated, but we still see them in the samples.
It would be great to update these samples and show how to get the same effect, like enabling FP16 layer selection.
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
Search the TensorRT sample sources for deprecated values such as BuilderFlag::kFP16, then inspect the current API guidance for enabling FP16 layer selection. Update each affected sample to use the supported equivalent and verify that the samples retain the same FP16 behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- machine-learning, performance
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100