Skip to content

Issues: pytorch/executorch

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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
Assignee
Filter by who’s assigned
Sort

Issues list

Android aar update and enable emulator test 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
#9524 opened Mar 22, 2025 by kirklandsign Loading…
Fix scalar (single element tensor) binary ops on HiFi 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
#9523 opened Mar 22, 2025 by mcremon-meta Loading…
Bug fix in Ethos runtime backend 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
#9517 opened Mar 21, 2025 by limintang Loading…
Depend on extension/threadpool, not thread_parallel_interface, in buck 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
#9511 opened Mar 21, 2025 by swolchok Loading…
Fix -Wglobal-constructors/-Wshadow for executor_runner targets 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
#9509 opened Mar 21, 2025 by swolchok Loading…
Run setup-macos.sh in unittest-macos even in Buck mode 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
#9505 opened Mar 21, 2025 by swolchok Loading…
Arm backend: Add ComputeConstantOpsAOT pass 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
#9504 opened Mar 21, 2025 by Erik-Lundell Loading…
Arm backend: Refactor any, bitwise, logical tests 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
#9499 opened Mar 21, 2025 by YufengShi-dudu Loading…
Define CMake args and environment variables simultaneously in install script 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 topic: not user facing
#9494 opened Mar 21, 2025 by jathu Loading…
updte the return type of log_delegation_intermediate_output 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
#9493 opened Mar 21, 2025 by Gasoonjia Loading…
Arm backend: Add all ops not supported on Ethos-U55 to support-check 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
#9489 opened Mar 21, 2025 by Erik-Lundell Loading…
Fix exir.load/save to handle named data store map 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
#9485 opened Mar 21, 2025 by tarun292 Loading…
Use cached PyTorch wheels on MacOS jobs CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. module: ci Issues related to continuous integration topic: not user facing
#9484 opened Mar 21, 2025 by huydhn Loading…
Use executorchcoreml built with CMake instead of extra wheel 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 topic: not user facing
#9483 opened Mar 21, 2025 by jathu Draft
Create a CoreML inmemoryfs pybinding target 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 topic: not user facing
#9482 opened Mar 21, 2025 by jathu Loading…
Separate CoreML util and inmemoryfs targets to be reusable 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 topic: not user facing
#9481 opened Mar 21, 2025 by jathu Draft
Revert "Arm backend: Add initial Llama model test case" 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
#9473 opened Mar 20, 2025 by larryliu0820 Loading…
Arm backend: Tosa tools update 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
#9451 opened Mar 20, 2025 by per Loading…
[etLLM][Config, Part1] Convert Args to DictConfig 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
#9450 opened Mar 20, 2025 by iseeyuan Loading…
Arm Backend: Add New Silu and SDPA Decomp passes to arm_pass_manager 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
#9448 opened Mar 20, 2025 by ArmRyan Loading…
[ET-VK] Moving repeat functionality from copy_packed_dim_offset into a separate repeat shader. 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
#9428 opened Mar 19, 2025 by trivedivivek Loading…
[ET-VK] Simplify lane offset copy logic in copy_packed_dim_offset shader. 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
#9416 opened Mar 19, 2025 by trivedivivek Loading…
[ET-VK] Adding all tensor packing support for repeat op. 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
#9415 opened Mar 19, 2025 by trivedivivek Loading…
[ET-VK] Adding repeat support to add_copy_packed_dim_offset_node function. 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
#9414 opened Mar 19, 2025 by trivedivivek Loading…
Reset IO for the multiple iters output accurancy 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
#9412 opened Mar 19, 2025 by billmguo Loading…
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.