mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
Adding Workflows for building aarch64 Linux PyTorch PIP wheels Updates: * Created aarch64 template for generated workflows * Updated generate_ci_workflows.py to include aarch64 * Generated the aarch64 wheel workflow * added _binary-build-aarch64.yml for building aarch64 wheel * added _binary-test-aarch64.yml for sanity check of aarch64 wheel * Updated binary_linux_test.sh to use --extra-index-url for aarch64 till needed aarch64 dependencies are available at https://download.pytorch.org/whl/nightly/cpu NOTES: * The build and test workflows are using arm64v8/alpine and quay.io/pypa/manylinux2014_aarch64:latest docker images at this time. * Conda generated workflow not included at this time and being worked on. Workflows were successfully tested at https://github.com/xncqr/pytorch/actions/runs/5351891068 Pull Request resolved: https://github.com/pytorch/pytorch/pull/104109 Approved by: https://github.com/malfet, https://github.com/atalman |
||
|---|---|---|
| .. | ||
| build-android | ||
| calculate-docker-image | ||
| checkout-pytorch | ||
| chown-workspace | ||
| diskspace-cleanup | ||
| download-build-artifacts | ||
| filter-test-configs | ||
| get-workflow-job-id | ||
| pytest-cache-download | ||
| pytest-cache-upload | ||
| setup-linux | ||
| setup-rocm | ||
| setup-win | ||
| teardown-rocm | ||
| teardown-win | ||
| test-pytorch-binary | ||
| upload-test-artifacts | ||