Make sure Windows CUDA 12.8 build follow same arches as Linux builds#164470
Make sure Windows CUDA 12.8 build follow same arches as Linux builds#164470
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/164470
Note: Links to docs will display an error until the docs builds have been completed. ⏳ No Failures, 1 PendingAs of commit 4b7b868 with merge base bac0f28 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@pytorchmergebot merge -f "need to merge this one" |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Please use Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
|
@pytorchbot cherry-pick --onto release/2.9 --fixes "CD fix" -c critical |
…164470) I believe ``set TORCH_CUDA_ARCH_LIST=7.0;7.5;8.0;8.6;9.0;10.0;12.0`` is the one thats actually used. Hence remove 6.1 to align the support with Linux support. Pull Request resolved: #164470 Approved by: https://github.com/tinglvv, https://github.com/nWEIdia, https://github.com/Camyll (cherry picked from commit 235b995)
Cherry picking #164470The cherry pick PR is at #164477 and it is linked with issue CD fix. The following tracker issues are updated: Details for Dev Infra teamRaised by workflow job |
…164477) Make sure Windows CUDA 12.8 build follow same arches as Linux builds (#164470) I believe ``set TORCH_CUDA_ARCH_LIST=7.0;7.5;8.0;8.6;9.0;10.0;12.0`` is the one thats actually used. Hence remove 6.1 to align the support with Linux support. Pull Request resolved: #164470 Approved by: https://github.com/tinglvv, https://github.com/nWEIdia, https://github.com/Camyll (cherry picked from commit 235b995) Co-authored-by: Andrey Talman <atalman@fb.com>
…ytorch#164470) I believe ``set TORCH_CUDA_ARCH_LIST=7.0;7.5;8.0;8.6;9.0;10.0;12.0`` is the one thats actually used. Hence remove 6.1 to align the support with Linux support. Pull Request resolved: pytorch#164470 Approved by: https://github.com/tinglvv, https://github.com/nWEIdia, https://github.com/Camyll
I believe
set TORCH_CUDA_ARCH_LIST=7.0;7.5;8.0;8.6;9.0;10.0;12.0is the one thats actually used. Hence remove 6.1 to align the support with Linux support.