Tags: pytorch/executorch
Tags
Arm backend: Enable building and running with the pte on an address This makes it possible to put the pte separated from the elf file/code in its own area in the memory/flash. Signed-off-by: Zingo Andersen <[email protected]> Change-Id: I3cd8692618a2f9e10f2e101034f338432ccc61e2
Arm Backend: Add support for ELU.default operator Signed-off-by: Agrima Khare <[email protected]> Change-Id: I032414e7454d5e2cada05b788e9eed0f7b2dc97c
Arm backend: Annotate ADD/SUB with indepenedent observers We were annotating the ADD/SUB with a shared observer resulting in the same quantisation parameters on the two inputs even if we were adding numbers in different ranges(positive tensor to a tensor with positive and negative values). As a result, the quantisation parameters were suboptimal. This change annotates the operator with independent observers and changes how we rescale the two inputs to bring them to the same range. Added a unit test of a resnet model. Lowered the number of channels on a few unit tests in order to keep the Total SRAM Used below 2MB for the Ethos-U55 to fit within the memory limit of the Corstone-300. Change-Id: I7adde636f901c9df6b779d946a157e66fd12e24e
Merge branch 'main' into Arm-backend-Bump-Arm-baremetal-compilers-to-… …gcc-14.3
Add 16A8W linear ops support and test Pull Request resolved: #13658 - Adds linear ops test using the 16A8W config in INT16 profile. - Adds support in view ops validation for INT16 Dtype. - Validated with TOSA pipeline test. - Checked earlier marked flaky tests no longer flaky and remove markers. Note: Not verified with tosa reference model run. ghstack-source-id: 305897251 Differential Revision: [D80308822](https://our.internmc.facebook.com/intern/diff/D80308822/)
Arm backend: Update VelaIO handling VelaIO is always 6D. - Update AOT handling of metadata from Vela. - Adds unittest to trigger 5D cases. - Updates EthosUBackend to read IO as 6D arrays. Signed-off-by: Oscar Andersson <[email protected]> Change-Id: I8d7d3a44ac84e5bb14fa27e7b7765c3b7a8ee483
Merge branch 'main' into cherry-pick-13261-by-pytorch_bot_bot_
PreviousNext