TensorRT icon indicating copy to clipboard operation
TensorRT copied to clipboard

✨[Feature] Add FX tests to CI

Open thuyen opened this issue 7 months ago • 2 comments

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 avatar Apr 26 '25 19:04 thuyen

@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

  1. https://docs.pytorch.org/TensorRT/dynamo/torch_compile.html
  2. https://docs.pytorch.org/TensorRT/dynamo/dynamo_export.html

peri044 avatar Jun 06 '25 22:06 peri044

Could we clean up/remove the FX path if it's not supported? It's weird that we keep broken, unmaintained codes.

thuyen avatar Aug 10 '25 21:08 thuyen