[BE] Remove the default TORCH_CUDA_ARCH_LIST in CI Docker image#161137
[BE] Remove the default TORCH_CUDA_ARCH_LIST in CI Docker image#161137huydhn wants to merge 2 commits intopytorch:mainfrom
Conversation
Signed-off-by: Huy Do <huydhn@gmail.com>
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/161137
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit a20765d with merge base 46429be ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@pytorchbot merge -f 'CI only change, should be ok to skip trunk' |
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 |
…rch#161137) This doesn't make sense to have this default to Maxwell, which is too old. All other places in CI/CD needs to overwrite this value. IMO, it makes more sense to not set this at all and let CI/CD jobs set it for their own use cases instead. This is partly responsible for the build failure in pytorch#160988 Pull Request resolved: pytorch#161137 Approved by: https://github.com/msaroufim
This doesn't make sense to have this default to Maxwell, which is too old. All other places in CI/CD needs to overwrite this value. IMO, it makes more sense to not set this at all and let CI/CD jobs set it for their own use cases instead. This is partly responsible for the build failure in #160988