[executorch][nvidia][tensorrt][15/n] Add linear model support with addmm and permute_copy converters#17926
[executorch][nvidia][tensorrt][15/n] Add linear model support with addmm and permute_copy converters#17926shoumikhin wants to merge 1 commit intogh/shoumikhin/40/basefrom
Conversation
…dmm and permute_copy converters Add converters for addmm (fused add + matrix multiply) and permute_copy operations to enable support for linear layers in neural networks. Differential Revision: [D93275060](https://our.internmc.facebook.com/intern/diff/D93275060/) [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/17926
Note: Links to docs will display an error until the docs builds have been completed. ❌ 25 New Failures, 2 Unrelated FailuresAs of commit 9815553 with merge base 01d21fa ( NEW FAILURES - The following jobs have failed:
BROKEN TRUNK - The following jobs failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
Stack from ghstack (oldest at bottom):
Add converters for addmm (fused add + matrix multiply) and permute_copy operations to enable support for linear layers in neural networks.
Differential Revision: D93275060