Skip to content

Commit f44a91d

Browse files
NeoZhangJianyutye1yinghu5
authored
[Win] Improve win build script (#5246) (#5347)
* Improve win build script: 1. Set pytorch and IPEX with same AOT flags. 2. Support no AOT by value 'none' 3. Support build IPEX only or torch,torchvision, torchaudio and IPEX in same time. 4. Show running time of the whole script. 5. Support repeating to execute the script without error. 6. Add 'help' parameter and enhance the help info. 7. After build pytorch, restore the env. variables. 8. Optimize build speed by remove download the code dupliately. 9. Cp the created whl files to folder 'dist'. * convert tab to 4 space * update as the review comments: add parameter 'target', remove set pytorch AOT, convert tab to 4 space * support latest ipex, refactor the script * rm debug code --------- Co-authored-by: Ye Ting <ting.ye@intel.com> Co-authored-by: Ying Hu <ying.hu@intel.com>
1 parent ca66926 commit f44a91d

File tree

3 files changed

+418
-125
lines changed

3 files changed

+418
-125
lines changed

dependency_version.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,24 @@
77
"commit": "llvmorg-16.0.6"
88
},
99
"pytorch": {
10-
"version": "2.5.1+cxx11.abi",
11-
"commit": "v2.5.1"
10+
"version": "2.6.0+xpu",
11+
"commit": "v2.6.0"
1212
},
1313
"torchaudio": {
14-
"version": "2.5.1+cxx11.abi",
15-
"commit": "v2.5.1"
14+
"version": "2.6.0+xpu",
15+
"commit": "v2.6.0"
1616
},
1717
"torchvision": {
18-
"version": "0.20.1+cxx11.abi",
19-
"commit": "v0.20.1"
18+
"version": "0.21.0+xpu",
19+
"commit": "v0.21.0"
2020
},
2121
"torch-ccl": {
2222
"version": "2.5.0+xpu",
2323
"commit": "v2.5.0+xpu"
2424
},
2525
"basekit": {
2626
"dpcpp-cpp-rt": {
27-
"version": "2025.0.4"
27+
"version": "2025.0"
2828
},
2929
"mkl-dpcpp": {
3030
"version": "2025.0.1"
@@ -36,7 +36,7 @@
3636
"version": "2021.14.0"
3737
},
3838
"intel-pti": {
39-
"version": "0.10.0"
39+
"version": "0.10"
4040
}
4141
}
4242
}

0 commit comments

Comments
 (0)