TensorRT
TensorRT copied to clipboard
feat!: Masking FX path for SBSA build [Do Not Merge yet]
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