pytorch/.circleci
Andrey Talman 7275f28045 Fix cuda 12.9 aarch64 GPU builds. Update CUDA_STABLE variable. (#157630)
This contains 2 fixes that required in main and will need to be cherry-picked to Release 2.8 branch:
1. The PR https://github.com/pytorch/pytorch/pull/155819 missed to include triton change.
2. CUDA STABLE variable needs to be set to 12.8. Updating CUDA stable updates full static build

Pull Request resolved: https://github.com/pytorch/pytorch/pull/157630
Approved by: https://github.com/Skylion007, https://github.com/jeanschmidt
2025-07-04 18:08:31 +00:00
..
codegen_validation [BE][Easy] use pathlib.Path instead of dirname / ".." / pardir (#129374) 2024-12-29 17:23:13 +00:00
scripts Fix cuda 12.9 aarch64 GPU builds. Update CUDA_STABLE variable. (#157630) 2025-07-04 18:08:31 +00:00
windows-jni/include Lint trailing newlines (#54737) 2021-03-30 13:09:52 -07:00
.gitignore U/kostmo/gen circle conf (#17189) 2019-02-19 15:37:09 -08:00
README.md [BE] Cleanup CircleCI README (#118927) 2024-02-02 17:08:20 +00:00

Warning

PyTorch migration from CircleCI to github actions has been completed. All continuous integration & deployment workflows are defined in .github/workflows folder