- Aug 14, 2024
-
-
neuropilot-captain authored
Differential Revision: D60970271 Pull Request resolved: https://github.com/pytorch/executorch/pull/3571
-
- Oct 15, 2023
-
-
Gyan Sinha authored
Summary: Added Apple license. Pull Request resolved: https://github.com/pytorch/executorch/pull/925 Reviewed By: mergennachin Differential Revision: D50302901 Pulled By: kimishpatel fbshipit-source-id: c0afe9370d8b0a3a23dfbb85db75a0a319bdd055
-
- Oct 05, 2023
-
-
Hao-Wei Hsu authored
Summary: Hi there, This commit adds QNN backend. Please check setup.md and README under `backends/qnn` for more details. We add pybind dependency at the top level, because we guess you might need it in the near future. If it's not the case, please feel free to tell us. We'll move it under `backends/qnn`. Below is some SoC model mapping: - `SM8550` -> `Snapdragon 8 Gen 2` - `SM8475` -> `Snapdragon 8 Gen 1+` - `SM8450` -> `Snapdragon 8 Gen 1` Please feel free to contact us if you find any problem. --------- Pull Request resolved: https://github.com/pytorch/executorch/pull/490 Reviewed By: cccclai Differential Revision: D49686980 Pulled By: kimishpatel fbshipit-source-id: 5398137bd015a056de80f55a921f4d718df08a24 Co-authored-by:
shewu-quic <quic_shewu@quicinc.com> Co-authored-by:
chunit-quic <quic_chunit@quicinc.com> Co-authored-by:
chiwwang <quic_chiwwang@quicinc.com> Co-authored-by:
harshs-qti <quic_harshs@quicinc.com>
-
- Sep 22, 2023
-
-
Rob Elliott authored
Summary: An implementation of a TOSA Partitioner and TOSA backend supporting a small list of operators in fp32 and int8/32. This includes a set of integer networks which will then compile to target Ethos-U NPU using the Vela compiler. * A small set of test networks in fp32 * A subset of these supporting integer and compiling with Vela * A test wrapper to register and test networks through the compile stack * A flow pt2 -> executorch -> tosa_flatbuffer.tosa file -> tosa_reference_model * A flow pt2 -> executorch -> tosa_flatbuffer.tosa file -> vela -> command_stream * This work depends on a few different python modules * https://review.mlplatform.org/plugins/gitiles/tosa/serialization_lib/ * https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ethos-u-vela/ * This work uses other projects for validation * https://review.mlplatform.org/plugins/gitiles/tosa/reference_model/ Pull Request resolved: https://github.com/pytorch/executorch/pull/161 Reviewed By: mergennachin Differential Revision: D49542254 Pulled By: digantdesai fbshipit-source-id: bb4074d5b66233c85452c2373a08ddc1cdd0826f
-
- Jul 31, 2023
-
-
facebook-github-bot authored
fbshipit-source-id: 38182c9de097e3893c12e841e89c1b809c806b20
-