✨[Feature] Allow "pass-through" of engine-build errors in Dynamo #1927
Labels
feature request
New feature or request
Story: Dynamo Compile Improvements
Issues relating to improvement of the Dynamo compile path
Currently, engine build errors in the
torch_tensorrt.dynamo.torch_compile
path are handled by returninggraph.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 vialogging.error
.The text was updated successfully, but these errors were encountered: