mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Follows https://github.com/pytorch/test-infra/pull/7174. Windows CD build time cost comparison as below |Runner|cpu|cuda|xpu| |-|-|-|-| |windows.4xlarge|1.5h| 4.0h| 5.5h| |windows.12xlarge|0.5h|1.5h|2.5h| Fixes #162962 Pull Request resolved: https://github.com/pytorch/pytorch/pull/165287 Approved by: https://github.com/zxiiro, https://github.com/malfet, https://github.com/seemethere |
||
|---|---|---|
| .. | ||
| binary_linux_test.sh | ||
| binary_populate_env.sh | ||
| binary_upload.sh | ||
| binary_windows_build.sh | ||
| binary_windows_test.sh | ||
| driver_update.bat | ||
| publish_android_snapshot.sh | ||
| README.md | ||
All the scripts in this directory are callable from ~/workspace/.circleci/scripts/foo.sh.
Don't try to call them as .circleci/scripts/foo.sh, that won't
(necessarily) work. See Note [Workspace for CircleCI scripts] in
job-specs-setup.yml for more details.