📖 [Story] Improve the torch_tensorrt.dynamo.compile
path
#1941
Labels
Story: Dynamo Compile Improvements
Issues relating to improvement of the Dynamo compile path
Story
Issues proposing a new Story
TL;DR
Improve the performance acceleration, robustness, and overall quality of the
torch_tensorrt.dynamo.compile
path. Simultaneously use these improvements to improve the quality of thetorch_tensorrt.dynamo.fx_ts_compat
path.Goal(s)
By adding lowering passes, improving converter coverage, and building features to accelerate the performance of our
torch.compile
backend, we can improve the quality of the path. Additionally, in conjunction with #1940, many of these upgrades can be ported over to ourtorch._dynamo.export
path.Implementation Phases
aten
path #1769, ↔ [Converter] Add operations to accelerate Transformer encoder #1754)truncate_long_and_double
(fix: Add support fortruncate_long_and_double
in FX #1865)Additional context
Related to #1940
The text was updated successfully, but these errors were encountered: