NVIDIA / NVIDIA/TensorRT

Samples still use deprecated values

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

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

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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.