TensorRT icon indicating copy to clipboard operation
TensorRT copied to clipboard

feat!: Masking FX path for SBSA build [Do Not Merge yet]

Open andi4191 opened this issue 3 years ago • 0 comments

Signed-off-by: Anurag Dixit [email protected]

Description

Currently, the code base for torch.fx.passes.pass_manager does not work with Jetson AGX platform. Hence, causing failure to import torch_tensorrt on Jetson AGX with Build artifact for Jetson AGX.

Masking the FX path to workaround this issue.

Fixes # (issue)

Type of change

Please delete options that are not relevant and/or add your own.

  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • [ ] My code follows the style guidelines of this project (You can use the linters)
  • [ ] I have performed a self-review of my own code
  • [ ] I have commented my code, particularly in hard-to-understand areas and hacks
  • [ ] I have made corresponding changes to the documentation
  • [ ] I have added tests to verify my fix or my feature
  • [ ] New and existing unit tests pass locally with my changes
  • [ ] I have added the relevant labels to my PR in so that relevant reviewers are notified

andi4191 avatar Aug 09 '22 01:08 andi4191