pytorchbot
pytorchbot
## Summary The added cmake commands are copied from a .sh recently updated in https://github.com/pytorch/executorch/pull/3298. The removed commands in this tutorial.py are old and don't work. *I also realized that...
Address [this comment](https://github.com/pytorch/executorch/pull/3391/files#r1583558010). Tested the commands on mac locally and they worked. The script just generates etdump when working properly. I did "ls -l etdump.etdp" to check the timestamp.
This PR is auto-generated. It updates Getting Started page
Summary: A couple tests and helpers that my previous passes didn't catch. After this, the only remaining `//executorch/...` code under the `torch::` namespace is under `backends/...` and `kernels/...` (and in...
Summary: Migrate all `//executorch/...` code to use the new threadpool namespace. Differential Revision: D63783748
Summary: This diff is to rename the "sdk-etrecord" documentation page to "etrecord". Old URL: https://pytorch.org/executorch/main/sdk-bundled-io.html New URL ("sdk" is removed): https://pytorch.org/executorch/main/bundled-io.html Design doc: https://docs.google.com/document/d/1l6DYTq9Kq6VrPohruRFP-qScZDj01W_g4zlKyvqKGF4/edit?usp=sharing Differential Revision: D63651681
This is to avoid cache confusion between normal vs pydebug vs nogil builds in cpp extensions which can lead to catastrophic ABI issues. This is rare today for people to...