Open vortex-captain opened 2 days ago
Note: Links to docs will display an error until the docs builds have been completed.
There are 1 currently active SEVs. If your PR is affected, please view them below:
As of commit 6c9bc9ec4df8692bb8c020d753b9350df72a984d with merge base 97b58bb84607ba4270c686356181c37feccf82eb (): :green_heart: Looks good so far! There are no failures yet. :green_heart:
This comment was automatically generated by Dr. CI and updates every 15 minutes.
❌ 🤖 pytorchbot command failed:
@pytorchbot: error: argument command: invalid choice: 'Release' (choose from 'merge', 'revert', 'rebase', 'label', 'drci', 'cherry-pick', 'close')
usage: @pytorchbot [-h] {merge,revert,rebase,label,drci,cherry-pick,close} ...
Try @pytorchbot --help
for more info.
@pytorchbot label "Release notes: build"
Didn't find following labels among repository labels: Release notes: build
@pytorchbot label "release notes: build"
Hi @kirklandsign and @dbort! Could you kindly help assign reviewers to this PR? Many thanks!
Hi @dbort I attempted to address the issues in the checks, could you kindly help rerun them? Thanks 😄
Summary
This PR introduces support for out-of-the-box builds on Windows x64, simplifying the setup process for developers using executorch on Windows. Additionally, it lays the groundwork for future Windows build pipelines and prebuilt PyPI packages.
Fixes #4661
Test plan
PR tested by running minimal
executor_runner
example (https://pytorch.org/executorch/stable/getting-started-setup.html#run-your-program) in the following environment:Steps:
References
https://github.com/pytorch/executorch/pull/4681