mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
Windows builds with VS2022 (#145319)
[Fixes #ISSUE_NUMBER ](https://github.com/pytorch/pytorch/issues/128835) Pull Request resolved: https://github.com/pytorch/pytorch/pull/145319 Approved by: https://github.com/huydhn
This commit is contained in:
committed by
PyTorch MergeBot
parent
cbc4094298
commit
6c09954a9e
@ -8,7 +8,7 @@ export CUDA_VERSION="${DESIRED_CUDA/cu/}"
|
||||
export USE_SCCACHE=1
|
||||
export SCCACHE_BUCKET=ossci-compiler-cache
|
||||
export SCCACHE_IGNORE_SERVER_IO_ERROR=1
|
||||
export VC_YEAR=2019
|
||||
export VC_YEAR=2022
|
||||
|
||||
if [[ "$DESIRED_CUDA" == 'xpu' ]]; then
|
||||
export VC_YEAR=2022
|
||||
|
Reference in New Issue
Block a user