Skip to content

Tags: pytorch/executorch

Tags

ciflow/trunk/13761

Toggle ciflow/trunk/13761's commit message
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

ciflow/trunk/13683

Toggle ciflow/trunk/13683's commit message
Arm Backend: Add support for ELU.default operator

Signed-off-by: Agrima Khare <[email protected]>

Change-Id: I032414e7454d5e2cada05b788e9eed0f7b2dc97c

ciflow/trunk/13674

Toggle ciflow/trunk/13674's commit message
up

ciflow/trunk/13516

Toggle ciflow/trunk/13516's commit message
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

ciflow/trunk/13317

Toggle ciflow/trunk/13317's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge branch 'main' into Arm-backend-Bump-Arm-baremetal-compilers-to-…

…gcc-14.3

ciflow/trunk/13754

Toggle ciflow/trunk/13754's commit message
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/)

ciflow/trunk/13513

Toggle ciflow/trunk/13513's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge branch 'main' into pkg_resources

ciflow/trunk/13282

Toggle ciflow/trunk/13282's commit message
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

ciflow/trunk/13735

Toggle ciflow/trunk/13735's commit message
Add Core ML test for _clone_dim_order

ciflow/trunk/13291

Toggle ciflow/trunk/13291's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge branch 'main' into cherry-pick-13261-by-pytorch_bot_bot_