📖 [Story] Sharing Components between Torch export
and compile
Paths in Torch-TRT
#1940
Labels
Story: Export/Compile Unification
Issues relating to unification of Dynamo compile/export paths
TL;DR
Many of the existing and future proposed components for the
torch_tensorrt.dynamo.fx_ts_compat
(Torchexport
) andtorch_tensorrt.dynamo.backend
(Torchcompile
) paths are common between the two. This includes some lowering phases,aten
converters, certain aspects of partitioning, and TRT modules. The goal of this story is to improve the unification between the two frontends to streamline the codebase and reduce code replication.Goal(s)
torch_tensorrt.dynamo.fx_ts_compat
(Torchexport
) andtorch_tensorrt.dynamo.backend
(Torchcompile
) pathsImplementation Phases
fx_ts_compat
andbackend
that could reasonably be used togetherTRTInterpreter
override class todynamo
for usage between the two frontendsTRTModule
override class todynamo
for usage between the two frontendsThe text was updated successfully, but these errors were encountered: