Skip to content

Tags: zingo/executorch

Tags

v0.2.0-rc4

Update llama2 readme file

ciflow/trunk/3056

[HACK] debug of aot_lib - moving to cmake version

this requires some modifications to the cmake deps and variants which
are being registered.

Signed-off-by: Rob Elliott <robert.elliott@arm.com>

ciflow/trunk/3072

remove exir.capture from test_mps_utils (pytorch#3072)

Summary:

capture is deprecated use export instead

Differential Revision: D56217525

ciflow/binaries/sdym

Fix formatting issues in executorch/test/size_test.cpp (pytorch#3065)

Summary:
Pull Request resolved: pytorch#3065

Required for LLVM-17. Fixes a mismatch between what the format string expects and the type supplied.

Reviewed By: tarun292

Differential Revision: D56206887

fbshipit-source-id: f52883cb43840b34b5d5b25711f73bc71979da30

ciflow/binaries/all/sdym

Fix formatting issues in executorch/test/size_test.cpp (pytorch#3065)

Summary:
Pull Request resolved: pytorch#3065

Required for LLVM-17. Fixes a mismatch between what the format string expects and the type supplied.

Reviewed By: tarun292

Differential Revision: D56206887

fbshipit-source-id: f52883cb43840b34b5d5b25711f73bc71979da30

ciflow/trunk/3016

Update compare_output medhod for tester (pytorch#3016)

Summary:

Method name update

Reviewed By: mcr229

Differential Revision: D56072265

ciflow/trunk/3018

Android demo app tutorial fix for XNNPACK and QNN (pytorch#2962)

Summary:
* Update tutorial due to recent changes.
* Clean up setup.sh for app helper lib build.

Pull Request resolved: pytorch#2962

Reviewed By: cccclai

Differential Revision: D55951189

Pulled By: kirklandsign

fbshipit-source-id: 2c95e8580145b039f503e7cd99a4003867f8dbb0
(cherry picked from commit 26365f1)

v0.2.0-rc3

Fix generation speed calculation. (pytorch#2932)

Summary:
Pull Request resolved: pytorch#2932
overriding_review_checks_triggers_an_audit_and_retroactive_review
Oncall Short Name: executorch

Differential Revision: D55904722

fbshipit-source-id: 6057bc75f812e5ae9dd057bbed7291a539d80ff6
(cherry picked from commit 8cabeac)

v0.2.0-rc2

[RELEASE-ONLY CHANGES] Update release/0.2 to pin and test against PyT…

…orch release/2.3 (pytorch#2818)

ciflow/trunk/2900

Make extension_module and llama_runner static libraries

Summary:

Test Plan:

Reviewers:

Subscribers:

Tasks:

Tags: