-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FX] Changes done internally at Facebook #1299
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bd46e8f292bf68fe6b87d2d5d206c89fda79a746 Shirong Wu <shirong@fb.com> Disable group ln fuse pass 6ce1d3bc19d75b266e99355c96daeff7054dcbf8 Wei Wei <wwei6@fb.com> [fx2trt] set logging level to INFO at fx root 9d552dc3f69db9e4a249f80ef00803a9413e5d38 Wei Wei <wwei6@fb.com> [fx2trt] change OSS method lower_to_trt() to compile() 6c4bdb8ac5823d161e4afc7c9d295f961aeeb0bf Mor Tzur <mortzur@fb.com> fix engine holder test binary to fix contbuild_pytorch_fx2trt_build 636d0ab2a3d0f09267e25b8b8e7eedd4d91d791d Yinghai Lu <yinghai@fb.com> [easy] remove random prints 5a97668307c26e69a89a4e02a535e319eaf3ce3d Wei Wei <wwei6@fb.com> [ads] sequential linear fuse 508338ab343e407ee49605919508210b62ad9a52 Wei Wei <wwei6@fb.com> [fx2trt] minor literal fix
frank-wei
changed the title
Changes done internally at Facebook
[FX] Changes done internally at Facebook
Aug 22, 2022
github-actions
bot
added
component: api [Python]
Issues re: Python API
component: fx
labels
Aug 22, 2022
github-actions
bot
requested review from
842974287,
narendasan,
wushirong and
yinghai
August 22, 2022 21:23
wushirong
approved these changes
Aug 22, 2022
looks like linter is already down. @narendasan |
frank-wei
pushed a commit
that referenced
this pull request
Aug 22, 2022
bd46e8f292bf68fe6b87d2d5d206c89fda79a746 Shirong Wu <shirong@fb.com> Disable group ln fuse pass 6ce1d3bc19d75b266e99355c96daeff7054dcbf8 Wei Wei <wwei6@fb.com> [fx2trt] set logging level to INFO at fx root 9d552dc3f69db9e4a249f80ef00803a9413e5d38 Wei Wei <wwei6@fb.com> [fx2trt] change OSS method lower_to_trt() to compile() 6c4bdb8ac5823d161e4afc7c9d295f961aeeb0bf Mor Tzur <mortzur@fb.com> fix engine holder test binary to fix contbuild_pytorch_fx2trt_build 636d0ab2a3d0f09267e25b8b8e7eedd4d91d791d Yinghai Lu <yinghai@fb.com> [easy] remove random prints 5a97668307c26e69a89a4e02a535e319eaf3ce3d Wei Wei <wwei6@fb.com> [ads] sequential linear fuse 508338ab343e407ee49605919508210b62ad9a52 Wei Wei <wwei6@fb.com> [fx2trt] minor literal fix
narendasan
added a commit
that referenced
this pull request
Aug 23, 2022
* feat: Jetson specific workspace file Signed-off-by: Naren Dasan <naren@narendasan.com> Signed-off-by: Naren Dasan <narens@nvidia.com> * docs: Update jetson instructions Signed-off-by: Naren Dasan <naren@narendasan.com> Signed-off-by: Naren Dasan <narens@nvidia.com> * docs: Update docgen task to not require a special container Signed-off-by: Naren Dasan <naren@narendasan.com> Signed-off-by: Naren Dasan <narens@nvidia.com> * Checkpoint, initial test and implementation * Fix error in layer conversion caused by zero/ones tensors of wrong type * Sort input values in registerSegmentsOutputs to resolve nondeterminism * lint * lint * feat: Add support for aten::square * chore(deps): bump @actions/core in /.github/actions/assigner Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.8.2 to 1.9.1. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) --- updated-dependencies: - dependency-name: "@actions/core" dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * fix: fix misleading skipping partitioning msg Signed-off-by: Bo Wang <bowa@nvidia.com> * Changes done internally at Facebook (#1288) bd46e8f292bf68fe6b87d2d5d206c89fda79a746 Shirong Wu <shirong@fb.com> Disable group ln fuse pass 6ce1d3bc19d75b266e99355c96daeff7054dcbf8 Wei Wei <wwei6@fb.com> [fx2trt] set logging level to INFO at fx root 9d552dc3f69db9e4a249f80ef00803a9413e5d38 Wei Wei <wwei6@fb.com> [fx2trt] change OSS method lower_to_trt() to compile() Co-authored-by: wwei6 <wwei6@devgpu001.nao2.facebook.com> * chore: Truncate long and double for ptq CPP path Signed-off-by: Anurag Dixit <a.dixit91@gmail.com> * chore: Fix dataloader in finetune_qat script Signed-off-by: Anurag Dixit <a.dixit91@gmail.com> * docs: Update docgen task Signed-off-by: Naren Dasan <naren@narendasan.com> Signed-off-by: Naren Dasan <narens@nvidia.com> * chore: apply linting Signed-off-by: Naren Dasan <naren@narendasan.com> Signed-off-by: Naren Dasan <narens@nvidia.com> * Update docgen.yml * Update docgen.yml * Update docgen.yml * Update docgen.yml * Update docgen.yml * Update docgen.yml * Update docgen.yml * update fx notebook (#1297) * Changes done internally at Facebook (#1299) bd46e8f292bf68fe6b87d2d5d206c89fda79a746 Shirong Wu <shirong@fb.com> Disable group ln fuse pass 6ce1d3bc19d75b266e99355c96daeff7054dcbf8 Wei Wei <wwei6@fb.com> [fx2trt] set logging level to INFO at fx root 9d552dc3f69db9e4a249f80ef00803a9413e5d38 Wei Wei <wwei6@fb.com> [fx2trt] change OSS method lower_to_trt() to compile() 6c4bdb8ac5823d161e4afc7c9d295f961aeeb0bf Mor Tzur <mortzur@fb.com> fix engine holder test binary to fix contbuild_pytorch_fx2trt_build 636d0ab2a3d0f09267e25b8b8e7eedd4d91d791d Yinghai Lu <yinghai@fb.com> [easy] remove random prints 5a97668307c26e69a89a4e02a535e319eaf3ce3d Wei Wei <wwei6@fb.com> [ads] sequential linear fuse 508338ab343e407ee49605919508210b62ad9a52 Wei Wei <wwei6@fb.com> [fx2trt] minor literal fix * Update docgen.yml * Update docgen.yml * Update docgen.yml * Update docgen.yml * docs: [Automated] Regenerating documenation for 0baf50a Signed-off-by: Torch-TensorRT Github Bot <torch-tensorrt.github.bot@nvidia.com> * fix(tools): Fix linter to not depend on docker (#1301) (#1302) * fix(tools): Fix linter to not depend on docker Signed-off-by: Naren Dasan <1790613+narendasan@users.noreply.github.com> * Update linter.yml * Update linter.yml Signed-off-by: Naren Dasan <1790613+narendasan@users.noreply.github.com> Signed-off-by: Naren Dasan <1790613+narendasan@users.noreply.github.com> Signed-off-by: Naren Dasan <naren@narendasan.com> Signed-off-by: Naren Dasan <narens@nvidia.com> Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Bo Wang <bowa@nvidia.com> Signed-off-by: Anurag Dixit <a.dixit91@gmail.com> Signed-off-by: Torch-TensorRT Github Bot <torch-tensorrt.github.bot@nvidia.com> Signed-off-by: Naren Dasan <1790613+narendasan@users.noreply.github.com> Co-authored-by: Michael Feliz <michael.feliz@getcruise.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bo Wang <bowa@nvidia.com> Co-authored-by: Wei <wwei6@fb.com> Co-authored-by: wwei6 <wwei6@devgpu001.nao2.facebook.com> Co-authored-by: Anurag Dixit <a.dixit91@gmail.com> Co-authored-by: Dheeraj Peri <peri.dheeraj@gmail.com> Co-authored-by: Bo Wang <33285888+bowang007@users.noreply.github.com> Co-authored-by: Torch-TensorRT Github Bot <torch-tensorrt.github.bot@nvidia.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
6c4bdb8ac5823d161e4afc7c9d295f961aeeb0bf Mor Tzur mortzur@fb.com fix engine holder test binary to fix contbuild_pytorch_fx2trt_build
636d0ab2a3d0f09267e25b8b8e7eedd4d91d791d Yinghai Lu yinghai@fb.com [easy] remove random prints
508338ab343e407ee49605919508210b62ad9a52 Wei Wei wwei6@fb.com [fx2trt] minor literal fix
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes # (issue)
Type of change
Please delete options that are not relevant and/or add your own.
Checklist: