TensorRT
TensorRT copied to clipboard
✨[Feature] Add FX tests to CI
It seems all tests in py/torch_tensorrt/fx/test are not run in CI at all. It would be good to add them to CI.
@thuyen Our dynamo path supersedes FX path. While the FX frontend isnt actively being developed, any FX components in use are still covered through dynamo tests in tests/py/dynamo. You could also try our dynamic compilation path
- https://docs.pytorch.org/TensorRT/dynamo/torch_compile.html
- https://docs.pytorch.org/TensorRT/dynamo/dynamo_export.html
Could we clean up/remove the FX path if it's not supported? It's weird that we keep broken, unmaintained codes.