Skip to content

Tags: bsoyluoglu/executorch

Tags

ciflow/trunk/9133

Toggle ciflow/trunk/9133's commit message
Arm backend: Add numerically stable (log)softmax decomposition

- Only use the old version for Ethos-U55 compile specs since amax isn't supported in that case.
- Add support for negative indices in amax/amin
- Refactor unittests

Change-Id: I7ed43b8d6b95625f59ce9e71d55a21763fc51358
Signed-off-by: Adrian Lundell <adrian.lundell@arm.com>
Co-authored-by: Oscar Andersson  <oscar.andersson@arm.com>

ciflow/trunk/9128

Toggle ciflow/trunk/9128's commit message
Arm backend: Add TOSA support for logical not

Change-Id: I5bc8e68561e1403a2de388a3a0fd1f4435401ea9
Signed-off-by: Måns Nilsson <mans.nilsson@arm.com>

ciflow/trunk/9077

Toggle ciflow/trunk/9077's commit message
dont explicitly target flatc when building a wheel

ciflow/trunk/9039

Toggle ciflow/trunk/9039's commit message
Refactor Ops Tests: AvgPool, Clamp, Clone, Conv1d, Sub

Refactored multiple operator test files:
- Replaced `@parameterized.expand` with `@common.parametrize`.
- Removed `_test_*_pipeline()` functions and replaced them with `TosaPipelineMI` and `TosaPipelineBI`.
- Fixed padding handling for max pooling and avg pooling.
- Updated pipeline infrastructure to simplify replacing the default quantize stage.

Signed-off-by: Fang-Ching <Fang-Ching.Chen@arm.com>
Change-Id: I5dd342584ef079b33463239e8e56726ce55bdc30

ciflow/trunk/9083

Toggle ciflow/trunk/9083's commit message
Arm backend: Make build script source the generated setup_path.sh

This makes it more easy to run the scripts from various tools like
your editor.

Signed-off-by: Zingo Andersen <zingo.andersen@arm.com>
Change-Id: I9be8781587f8b75b1f11d24ad4aa9dc1c185b310

ciflow/trunk/9082

Toggle ciflow/trunk/9082'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-FVP-timeout-to-10-min

ciflow/trunk/8833

Toggle ciflow/trunk/8833's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge branch 'main' into Arm-backend-Remove-unused-github-ci-git-setup

ciflow/trunk/8592

Toggle ciflow/trunk/8592's commit message
Add missing __init__.py to passes

backends/arm/_passes missed an init file which caused pyre to not find
imports from _passes.

Signed-off-by: Oscar Andersson <oscar.andersson@arm.com>
Change-Id: I80e0c2071844ec0fefeb9fd44f9471ed1be32228

ciflow/trunk/9070

Toggle ciflow/trunk/9070's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge branch 'main' into revert-8997-change-985586

ciflow/trunk/8998

Toggle ciflow/trunk/8998's commit message
Fix formatting