-
Notifications
You must be signed in to change notification settings - Fork 390
✨[Feature] Allow "pass-through" of engine-build errors in Dynamo #1927
Copy link
Copy link
Closed
Labels
Story: Dynamo Compile ImprovementsIssues relating to improvement of the Dynamo compile pathIssues relating to improvement of the Dynamo compile pathfeature requestNew feature or requestNew feature or request
Description
Currently, engine build errors in the torch_tensorrt.dynamo.torch_compile path are handled by returning graph.forward for that subgraph (effectively falling back to Torch). The interface should provide the option to users to instead halt the compilation entirely when a TRT Engine build fails. Additionally, if the user prefers to continue compilation in the event of an engine build failure, the error should be relayed via logging.error.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Story: Dynamo Compile ImprovementsIssues relating to improvement of the Dynamo compile pathIssues relating to improvement of the Dynamo compile pathfeature requestNew feature or requestNew feature or request