Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add TORCHTRT_CHECK to execute_engine #2709

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gcuendet
Copy link
Contributor

Description

Convert some potential TensorRT errors (returned boolean is false) into proper exceptions, at runtime.

Fixes #2367

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • My code follows the style guidelines of this project (You can use the linters)
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas and hacks
  • I have made corresponding changes to the documentation
  • I have added tests to verify my fix or my feature
  • New and existing unit tests pass locally with my changes
  • I have added the relevant labels to my PR in so that relevant reviewers are notified

Convert some potential TensorRT errors (returned boolean is false) into
proper exceptions.
@narendasan
Copy link
Collaborator

@peri044 can you look at this w.r.t TRT10?

peri044 added a commit that referenced this pull request May 17, 2024
@peri044 peri044 mentioned this pull request May 17, 2024
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐛 [Bug] TensorRT engine exceptions are not raised
3 participants