-
Notifications
You must be signed in to change notification settings - Fork 469
Issues: pytorch/executorch
Label tracking meta-issue (edit me to get automatically CC'ed...
#7679
opened Jan 15, 2025 by
mergennachin
Open
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
Label
Projects
Milestones
Assignee
Sort
Issues list
Label tracking meta-issue (edit me to get automatically CC'ed on issues! cc bot)
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#7679
opened Jan 15, 2025 by
mergennachin
[RFC] Objective-C/Swift APIs for ExecuTorch
module: ios
Issues related to iOS code, build, and execution
module: user experience
Issues related to reducing friction for users
rfc
Request for comment and feedback on a post, proposal, etc.
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
Improve common error messages
module: user experience
Issues related to reducing friction for users
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
Try renaming Items in the backlog waiting for an appropriate impl/fix
module: build/install
Issues related to the cmake and buck2 builds, and to installing ExecuTorch
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
shim/
to make it more clear that it's an internal/infra concept
actionable
#6862
opened Nov 14, 2024 by
dbort
Add a xnnpack partitioner flag to dump XNNGraph AOT
actionable
Items in the backlog waiting for an appropriate impl/fix
module: xnnpack
Issues related to xnnpack delegation and the code under backends/xnnpack/
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#7591
opened Jan 10, 2025 by
digantdesai
Symbol undefind error in the to_out_var_pass by inputs with dynamic dims
module: user experience
Issues related to reducing friction for users
module: xnnpack
Issues related to xnnpack delegation and the code under backends/xnnpack/
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#8539
opened Feb 18, 2025 by
JoshuaGhost
Flatten layer followed by linear layer causes HardFault on Cortex M4F
partner: arm
For backend delegation, kernels, demo, etc. from the 3rd-party partner, Arm
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#7651
opened Jan 14, 2025 by
ChristophKarlHeck
Revamp iOS documentations
module: doc
Issues related to documentation, both in docs/ and inlined in code
module: ios
Issues related to iOS code, build, and execution
module: user experience
Issues related to reducing friction for users
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
RFC: PTE Size Inspector Design
module: devtools
Issues related to developer tools and code under devtools/
rfc
Request for comment and feedback on a post, proposal, etc.
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#7088
opened Nov 26, 2024 by
Olivia-liu
Support Kyutai-labs Moshi and Hibiki models
module: llm
Issues related to LLM examples and apps, and to the extensions/llm/ code
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#8372
opened Feb 11, 2025 by
iseeyuan
Support for torch.fft
module: kernels
Issues related to kernel libraries and utilities, and code under kernels/
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#1362
opened Dec 6, 2023 by
gorkemalgan
support for quallcomm AI 100 hardware
enhancement
Not as big of a feature, but technically not a bug. Should be easy to fix
partner: qualcomm
For backend delegation, kernels, demo, etc. from the 3rd-party partner, Qualcomm
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#1649
opened Jan 19, 2024 by
mindbeast
Operator torch._ops.quantized_decomposed.quantize_per_tensor.default is not Aten Canonical
module: exir
Issues related to Export IR and the code under exir/
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#2311
opened Mar 8, 2024 by
deahhh
The core has been dumped after alternately reasoning three times about the two preloaded models
need-user-input
The issue needs more information from the reporter before moving forward
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#2361
opened Mar 12, 2024 by
deahhh
Remove dump of model IR
enhancement
Not as big of a feature, but technically not a bug. Should be easy to fix
module: user experience
Issues related to reducing friction for users
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#3280
opened Apr 24, 2024 by
mikekgfb
exir "missing out vars"
module: coreml
Issues related to Apple's Core ML delegation and code under backends/apple/coreml/
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#3443
opened May 1, 2024 by
antmikinka
checkpoint str has no attribute 'get'
module: coreml
Issues related to Apple's Core ML delegation and code under backends/apple/coreml/
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#3444
opened May 1, 2024 by
antmikinka
Failures/Errors in unit test (with QualComm's AI SDK)
partner: qualcomm
For backend delegation, kernels, demo, etc. from the 3rd-party partner, Qualcomm
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#4191
opened Jul 9, 2024 by
keith4ever
llama model is not fully lowered to ANE (coreml backend)
module: coreml
Issues related to Apple's Core ML delegation and code under backends/apple/coreml/
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#4091
opened Jun 29, 2024 by
cccclai
Mutable buffer fails to lower to QNN backend
partner: qualcomm
For backend delegation, kernels, demo, etc. from the 3rd-party partner, Qualcomm
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#4075
opened Jun 27, 2024 by
leigao97
Issues lowering attention module to edge
module: exir
Issues related to Export IR and the code under exir/
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#3672
opened May 19, 2024 by
ismaeelbashir03
Enable dim order in Cadence export
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#3704
opened May 22, 2024 by
mcremon-meta
kv cache manipulation?
enhancement
Not as big of a feature, but technically not a bug. Should be easy to fix
module: llm
Issues related to LLM examples and apps, and to the extensions/llm/ code
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
#3518
opened May 6, 2024 by
l3utterfly
Previous Next
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.