Fix torchaudio build when TORCH_CUDA_ARCH_LIST is not set#161084
Fix torchaudio build when TORCH_CUDA_ARCH_LIST is not set#161084huydhn wants to merge 3 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/161084
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 923e661 with merge base 4e90441 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
Looks ok, but do you mind leaving a comment that references the issue? And may be explain a path forward. I.e. why torchaudio fails to autodetect GPU architecture itself? |
Signed-off-by: Huy Do <huydhn@gmail.com>
|
@pytorchbot merge -f 'CI only tweak, no need to run 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 |
|
@pytorchbot revert -m 'My mistake for not checking for nvidia-smi availability' -c weird |
|
@pytorchbot successfully started a revert job. Check the current status here. |
…61084)" This reverts commit cfdaaaa. Reverted #161084 on behalf of https://github.com/huydhn due to My mistake in not checking for nvidia-smi availability ([comment](#161084 (comment)))
|
@huydhn your PR has been successfully reverted. |
Signed-off-by: Huy Do <huydhn@gmail.com>
|
@pytorchbot merge -f 'No need to run trunk, inductor jobs are ok' |
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 |
…1084) Fixes pytorch#160988. The root cause can be found in the same issue. This fix ensures that when reuse old wheel is on and `torchaudio` wheel is not there, the inductor test job can still rebuild the wheel it needs Pull Request resolved: pytorch#161084 Approved by: https://github.com/malfet, https://github.com/zou3519
…torch#161084)" This reverts commit cfdaaaa. Reverted pytorch#161084 on behalf of https://github.com/huydhn due to My mistake in not checking for nvidia-smi availability ([comment](pytorch#161084 (comment)))
…1084) Fixes pytorch#160988. The root cause can be found in the same issue. This fix ensures that when reuse old wheel is on and `torchaudio` wheel is not there, the inductor test job can still rebuild the wheel it needs Pull Request resolved: pytorch#161084 Approved by: https://github.com/malfet, https://github.com/zou3519
Fixes #160988. The root cause can be found in the same issue. This fix ensures that when reuse old wheel is on and
torchaudiowheel is not there, the inductor test job can still rebuild the wheel it needs