mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
Otherwise it takes 1+h to build CUDA12.1 docker - Limit UCC builds to just sm_52(M60) and sm_86(A10G), which I think has the biggest impact - Replace hardcoded `-j6` build parallelism with more dynamic `-j$[$(nproc) - 2]` - Remove redundant check about Ubuntu-14.04 - Added `DOCKER_BUILDKIT` to parallelize the builds As result, docker build time drops from 1+h to 35 min Pull Request resolved: https://github.com/pytorch/pytorch/pull/118167 Approved by: https://github.com/huydhn |
||
|---|---|---|
| .. | ||
| actions | ||
| ci_commit_pins | ||
| ISSUE_TEMPLATE | ||
| requirements | ||
| scripts | ||
| templates | ||
| workflows | ||
| actionlint.yaml | ||
| auto_request_review.yml | ||
| ISSUE_TEMPLATE.md | ||
| labeler.yml | ||
| merge_rules.yaml | ||
| PULL_REQUEST_TEMPLATE.md | ||
| pytorch-circleci-labels.yml | ||
| pytorch-probot.yml | ||
| regenerate.sh | ||
| requirements-gha-cache.txt | ||