TensorRT icon indicating copy to clipboard operation
TensorRT copied to clipboard

✨[Feature] Unify multiple Dynamo compile functions

Open zewenli98 opened this issue 1 month ago • 0 comments

We currently have multiple compile functions in the file py/torch_tensorrt/dynamo/_compiler.py, which makes bad maintainability. The reason why we previously separated these functions is for generating clear docstring.

Thus, ideally, we need to unify both functions and docs.

zewenli98 avatar Nov 20 '25 20:11 zewenli98