executorch icon indicating copy to clipboard operation
executorch copied to clipboard

On-device AI across mobile, embedded and edge for PyTorch

Results 796 executorch issues
Sort by recently updated
recently updated
newest added

Reverts the schemas of dequantize ops, so that they are compatible in ExecuTorch release 0.2 with PyTorch release 2.3 The changes reverted are the ones introduced in https://github.com/pytorch/executorch/pull/2308 and https://github.com/pytorch/executorch/pull/2364,...

CLA Signed
ciflow/trunk

Summary: Ref: https://forums.developer.apple.com/forums/thread/105088 *If you’re going to record a single number, this footprint value is a good one to use. I don’t think we guarantee that it’ll align with the...

CLA Signed
fb-exported

Summary: Make it work Differential Revision: D56287998

CLA Signed

Summary: XNNPACK broke Backwards Compatibility by forcing pooling operations to reduce dims, and introducing a flag to allow these operation to keep the dims. This is backwards breaking because previously...

CLA Signed
fb-exported

Summary: I think this is unused so deleting Differential Revision: D56266692

CLA Signed
fb-exported

Summary: See title Differential Revision: D56199863

CLA Signed
fb-exported

Summary: capture is deprecated use export instead Differential Revision: D56217525

CLA Signed
fb-exported
ciflow/trunk

Reviewed By: tarun292 Differential Revision: D56209661

CLA Signed
fb-exported

Hi I installed executorch from the main branch. When I ran code to produce and store a lowered mode, execution failed with the following error: ```FileNotFoundError: [Errno 2] No such...