-
Notifications
You must be signed in to change notification settings - Fork 536
Pull requests: pytorch/executorch
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
bump torchao pin
ciflow/trunk
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
topic: not user facing
#10743
opened May 7, 2025 by
metascroy
Loading…
Update buck2 to 2025-05-06
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
release notes: build
Changes related to build, including dependency upgrades, build flags, optimizations, etc.
#10742
opened May 7, 2025 by
swolchok
Loading…
[TEST] Split prim ops into its own
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
#10741
opened May 7, 2025 by
kirklandsign
•
Draft
[cadence] add-delinearize-index-dep
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
topic: not user facing
#10739
opened May 6, 2025 by
zonglinpeng
Loading…
[CMake] Avoid extension_module have dupe flat_tensor cpp
ciflow/binaries
ciflow/trunk
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
release notes: build
Changes related to build, including dependency upgrades, build flags, optimizations, etc.
#10735
opened May 6, 2025 by
kirklandsign
Loading…
openvino_backend doesn't need to be static only
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
release notes: build
Changes related to build, including dependency upgrades, build flags, optimizations, etc.
#10732
opened May 6, 2025 by
kirklandsign
Loading…
Create a helper to define overridable configs
ciflow/binaries
ciflow/trunk
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
topic: not user facing
#10731
opened May 6, 2025 by
jathu
Loading…
Arm backend: Allocate the scratch buffer runtime rather than in the pte
ciflow/trunk
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
partner: arm
For backend delegation, kernels, demo, etc. from the 3rd-party partner, Arm
topic: not user facing
#10714
opened May 6, 2025 by
gggekov
Loading…
fix bug with sequential backends
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
fb-exported
topic: not user facing
#10708
opened May 6, 2025 by
mcr229
Loading…
Convert the unit test from java to kotlin
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
topic: not user facing
#10702
opened May 6, 2025 by
phaiting
Loading…
Add input size validation to Module.execute
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
topic: not user facing
#10701
opened May 5, 2025 by
keyprocedure
Loading…
Fix preq embedding dtype check
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
fb-exported
#10699
opened May 5, 2025 by
YIWENX14
Loading…
[CMake] llm_runner use executorch_core
ciflow/binaries
ciflow/trunk
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
module: build/install
Issues related to the cmake and buck2 builds, and to installing ExecuTorch
release notes: build
Changes related to build, including dependency upgrades, build flags, optimizations, etc.
#10698
opened May 5, 2025 by
kirklandsign
Loading…
Handle avg_pool2d with padding == 0 as no padding
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
fb-exported
topic: not user facing
#10697
opened May 5, 2025 by
3l1
Loading…
Clean up eager quant in llm_export
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
#10684
opened May 5, 2025 by
metascroy
Loading…
Introduce PAL function table
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
fb-exported
release notes: runtime
Changes related to the core runtime which loads the program methods, initializes delegates, and runs
#10675
opened May 4, 2025 by
GregoryComer
Loading…
[executorch][android] Add Runtime.java to centralize native library l…
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
#10672
opened May 3, 2025 by
LefterisXefteris
Loading…
Android Qwen thinking mode prompt support
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
module: examples
Issues related to demos under examples/
release notes: examples
Changes to any of our example LLMs integrations, such as Llama3 and Llava
#10668
opened May 2, 2025 by
kirklandsign
Loading…
Use std::align_alloc in file_data_loader
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
fb-exported
topic: not user facing
#10660
opened May 2, 2025 by
lucylq
Loading…
Update install script and building from source docs
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
module: build/install
Issues related to the cmake and buck2 builds, and to installing ExecuTorch
#10652
opened May 2, 2025 by
keyprocedure
•
Draft
Enable do_quant_fusion_and_const_prop by default
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
fb-exported
#10633
opened May 1, 2025 by
metascroy
Loading…
Skip message format
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
topic: not user facing
#10632
opened May 1, 2025 by
shoumikhin
Loading…
Add a pass to fuse scalar mul with quant ops
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
fb-exported
topic: not user facing
#10630
opened May 1, 2025 by
mcremon-meta
Loading…
Update MemoryPlanning Verifier to only assume model has user input if it has at least one tensor input
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
release notes: exir
Changes to any dialects and passes on these dialects, such as memory planning
[Executorch][llm] Enable local global attention in export_llama script
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
fb-exported
module: llm
Issues related to LLM examples and apps, and to the extensions/llm/ code
release notes: llm
To capture llm specific changes in release notes
#10612
opened May 1, 2025 by
kimishpatel
Loading…
Previous Next
ProTip!
Mix and match filters to narrow down what you’re looking for.