Skip to content

Pull requests: pytorch/executorch

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Auto-enable Vulkan in builds, and update docs for Vulkan backend CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. module: vulkan Issues related to the Vulkan delegate and code under backends/vulkan/ release notes: vulkan Changes to the Vulkan backend delegate
#20525 opened Jun 26, 2026 by Reubend Contributor Draft
Reuse buffers in op handlers CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
#20524 opened Jun 26, 2026 by metascroy Contributor Loading…
Bump executorch's shim copyc c CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. meta-exported
#20523 opened Jun 25, 2026 by bigfootjon Member Loading…
Don't link libdl when cross-compiling CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
#20522 opened Jun 25, 2026 by rascani Contributor Draft
Revert pthreadpool a56dcd7 update (backout D104906625 + dependent D108226589) (#20521) ci-no-td CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. meta-exported
#20521 opened Jun 25, 2026 by GregoryComer Member Loading…
Point VGF tests at model-converter 0.9.0 ciflow/trunk CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. meta-exported module: arm Issues related to arm backend
#20520 opened Jun 25, 2026 by rascani Contributor Loading…
Allow context-binary lowering to use edge dialect ops (#20518) CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. meta-exported module: qnn Issues related to Qualcomm's QNN delegate and code under backends/qualcomm/
#20518 opened Jun 25, 2026 by JakeStevens Contributor Loading…
Remove _use_edge_ops=True (#20516) CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. meta-exported
#20516 opened Jun 25, 2026 by JakeStevens Contributor Loading…
XNNPACK: Lift constant mul scalars for partitioning 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: xnnpack Issues related to xnnpack delegation and the code under backends/xnnpack/ partner: arm For backend delegation, kernels, demo, etc. from the 3rd-party partner, Arm release notes: xnnpack Changes to the XNNPack backend delegate
#20515 opened Jun 25, 2026 by mansnils Collaborator Loading…
Add WebGPU sigmoid operator CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. release notes: ops & kernels Changes to the opset and any new / changed kernel implementations
#20504 opened Jun 25, 2026 by iamorlando Loading…
Inline per-tensor SIMD fast path in fusion_g3 op_dequantize (#20499) CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. meta-exported release notes: cadence Changes to the Cadence backend delegate
#20499 opened Jun 24, 2026 by zonglinpeng Contributor Loading…
Use caller CUDA stream for D2H and H2D copies (#20498) ciflow/cuda CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. meta-exported
#20498 opened Jun 24, 2026 by Conarnar Contributor Loading…
Fix buck dep for test_permute_optimization_passes (#20497) CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. meta-exported
#20497 opened Jun 24, 2026 by digantdesai Contributor Loading…
Add oncall to executorch/backends/aoti/TARGETS CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. meta-exported
#20496 opened Jun 24, 2026 by Ben0mega Contributor Loading…
Enable buck-native x86 simulator test for QNN op tests CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. meta-exported
#20494 opened Jun 24, 2026 by billmguo Contributor Loading…
[ET-VK][quantized] Store dq8ca per-token zero-point as fp32 CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. meta-exported
#20491 opened Jun 24, 2026 by SS-JIA Contributor Loading…
Qualcomm AI Engine Direct - LLM multi-batch quantization and evaluation CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. release notes: qualcomm Changes to the Qualcomm backend delegate
#20488 opened Jun 24, 2026 by DannyYuyang-quic Contributor Loading…
[executorch][gemma4] fuse MLP gate/up at GGUF load CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
#20481 opened Jun 24, 2026 by Gasoonjia Contributor Draft
Arm backend: Add TOSA binary op visitors 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: arm Issues related to arm backend partner: arm For backend delegation, kernels, demo, etc. from the 3rd-party partner, Arm release notes: arm Changes to the ARM backend delegate
#20479 opened Jun 24, 2026 by SaoirseARM Collaborator Loading…
Qualcomm AI Engine Direct - Testing fix CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
#20478 opened Jun 24, 2026 by winskuo-quic Collaborator Draft
Qualcomm: cap inf replacement value to fix 16a16w accuracy regression CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
#20471 opened Jun 24, 2026 by psiddh Contributor Loading…
[ExecuTorch][WebGPU] aten.index.Tensor test suite (export + native golden) CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. meta-exported
#20465 opened Jun 23, 2026 by JulianCloudNTH Contributor Loading…
[ExecuTorch][WebGPU] Add aten.index.Tensor (1D-self gather) CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. meta-exported
#20464 opened Jun 23, 2026 by JulianCloudNTH Contributor Loading…
[ExecuTorch][WebGPU] Add clone op (aten.clone.default) CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. meta-exported
#20463 opened Jun 23, 2026 by JulianCloudNTH Contributor Loading…
[ExecuTorch][WebGPU] aten.index.Tensor test suite (export + native golden) CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
#20462 opened Jun 23, 2026 by JulianCloudNTH Contributor Loading…
ProTip! What’s not been updated in a month: updated:<2026-05-25.