Wang, Chuanqi
06c7516994
[BE] Upgrade XPU support package to 2025.2 ( #158733 )
...
Including below changes,
- Add XPU support package 2025.2 build and test in CI for both Linux and Windows
- Keep XPU support package 2025.1 build in CI to ensure no break issue until PyTorch 2.9 release
- Upgrade XPU support package from 2025.1 to 2025.2 in CD for both Linux and Windows
- Rename Linux CI job name & image name to n & n-1
- Update XPU runtime pypi packages dependencies of CD wheels
- Remove deprecated support package version docker image build
Pull Request resolved: https://github.com/pytorch/pytorch/pull/158733
Approved by: https://github.com/EikanWang , https://github.com/atalman
2025-08-27 19:33:38 +00:00
Xu Han
179e7d8624
Fix vs2022 caused AVX512 illegal instruction issue. ( #153480 )
...
Fixes #145702
Add `/d2implyavx512upperregs-` to disable compiler over-aggressive optimization, which caused involeved AVX512 register on AVX2 machine.
Reference to: https://github.com/pytorch/pytorch/issues/145702#issuecomment-2874029459
Local test passed:
<img width="1208" alt="image" src="https://github.com/user-attachments/assets/26f4cb91-6bb5-416f-aa35-c899eb1489b2 " />
Pull Request resolved: https://github.com/pytorch/pytorch/pull/153480
Approved by: https://github.com/Blackhex , https://github.com/cyyever , https://github.com/atalman
2025-05-20 20:37:00 +00:00
Wang, Chuanqi
c92ea3bc98
[BE] Upgrade XPU support package to 2025.1 in CICD ( #151899 )
...
Address #151097 . Including below changes,
- Add XPU support package 2025.1 build and test in CI for both Linux and Windows
- Keep XPU support package 2025.0 build in CI to ensure no break issue until PyTorch 2.8 release
- Upgrade XPU support package from 2025.0 to 2025.1 in CD for both Linux and Windows
- Enable XCCL in Linux CD wheel and oneMKL integration in both both Linux and Windows
- Update XPU runtime pypi packages of CD wheels
- Remove deprecated support package version docker image build
Pull Request resolved: https://github.com/pytorch/pytorch/pull/151899
Approved by: https://github.com/EikanWang , https://github.com/atalman
2025-05-14 20:21:09 +00:00
Xu Han
e4f22822cb
Revert "Cleanup VS 2019 refs in pytorch ( #145863 )" ( #152613 )
...
This reverts commit b45e6fa707 .
revert PRs:
https://github.com/pytorch/pytorch/pull/145863
https://github.com/pytorch/pytorch/pull/145319
Pull Request resolved: https://github.com/pytorch/pytorch/pull/152613
Approved by: https://github.com/atalman , https://github.com/malfet
2025-05-10 19:33:26 +00:00
iremyux
3a6b3c8e0e
Combine windows x64 and arm64 yaml template files ( #149850 )
...
While introducing Windows-Arm64 nightly workflows, we created a separate template file for win-arm64. This PR combines x64&arm64 and deletes the win-arm64 one.
Fixes #148776
Pull Request resolved: https://github.com/pytorch/pytorch/pull/149850
Approved by: https://github.com/ozanMSFT , https://github.com/malfet
2025-04-17 17:58:55 +00:00
Camyll Harajli
b45e6fa707
Cleanup VS 2019 refs in pytorch ( #145863 )
...
Related to: https://github.com/pytorch/pytorch/issues/128835
Follow up on PR: https://github.com/pytorch/pytorch/pull/145319
Pull Request resolved: https://github.com/pytorch/pytorch/pull/145863
Approved by: https://github.com/Skylion007 , https://github.com/malfet , https://github.com/huydhn , https://github.com/atalman
2025-02-10 19:05:35 +00:00
atalman
ef26f1c57e
Migrate windows build scripts from builder to pytorch ( #142156 )
...
Move builder windows build scripts to pytorch/pytorch
Remove builder checkout during windows build
Pending remove windows build scripts https://github.com/pytorch/builder/tree/main/windows
Pull Request resolved: https://github.com/pytorch/pytorch/pull/142156
Approved by: https://github.com/malfet , https://github.com/chuanqi129
2024-12-08 21:43:59 +00:00
chuanqiw
a23ac6f8bd
[CD] Enable pypi dependencies both for XPU linux and Windows whls ( #141135 )
...
Enable xpu runtime pypi packages as dependencies of XPU CD wheels both for Linux and Windows.
Fixes https://github.com/pytorch/pytorch/issues/135867
Works for https://github.com/pytorch/pytorch/issues/139722 and https://github.com/pytorch/pytorch/issues/114850
Pull Request resolved: https://github.com/pytorch/pytorch/pull/141135
Approved by: https://github.com/atalman
2024-11-29 21:35:07 +00:00
chuanqiw
67208f08bd
[CD] Enable XPU nightly build on Windows ( #134312 )
...
Depends on https://github.com/pytorch/builder/pull/1975 land. Works for https://github.com/pytorch/pytorch/issues/114850
Pull Request resolved: https://github.com/pytorch/pytorch/pull/134312
Approved by: https://github.com/atalman
2024-09-04 14:46:36 +00:00
Huy Do
7c3fa5c70d
Revert "Build Windows binaries with Visual Studio 2022 Build Tools ( #90855 ) ( #99591 )
...
This reverts commit a88c15a849 . Once we have the AMI ready, we can revert this and use VS2022 again. This is to mitigate flaky Windows build in trunk https://github.com/pytorch/builder/issues/1387 .
Note that as VS2019 is already available in the current AMI, it won't be installed again per logic in https://github.com/pytorch/builder/blob/main/windows/internal/vs2019_install.ps1#L25-L29 . Thus, this helps avoid the flaky installation issue.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/99591
Approved by: https://github.com/kit1980 , https://github.com/Blackhex , https://github.com/malfet
2023-04-20 17:57:10 +00:00
Radek Bartoň
a88c15a849
Build Windows binaries with Visual Studio 2022 Build Tools ( #90855 )
...
This PR enables VS 2022 binaries for build and test jobs. Another PR pytorch/builder#1240 is doing majority of the work.
Closes #87695 .
Pull Request resolved: https://github.com/pytorch/pytorch/pull/90855
Approved by: https://github.com/jeanschmidt , https://github.com/seemethere
2023-02-07 18:15:29 +00:00
Eli Uriegas
5ee629e50d
.github: Enable windows binary builds ( #71484 )
...
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/71484
Signed-off-by: Eli Uriegas <eliuriegas@fb.com>
Test Plan: Imported from OSS
Reviewed By: malfet, atalman
Differential Revision: D33800904
Pulled By: seemethere
fbshipit-source-id: 56d0a6e34ac8023745e36ae341efec79384d1dde
(cherry picked from commit 0339a882c9 )
2022-01-26 22:29:33 +00:00
Jane Xu
3ceecebed0
.circleci/.jenkins: Remove 9.2 references in CI ( #65024 )
...
Summary:
Removes 9.2 references in CI scripts and configs.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/65024
Reviewed By: driazati
Differential Revision: D30945948
Pulled By: janeyx99
fbshipit-source-id: 77890a00520c61500a934a90a74e3fcca84c09b5
2021-09-15 18:06:57 -07:00
peter
eddc3f61d0
Migrate Windows build jobs to VS 2019 for CUDA >= 10.1 ( #38959 )
...
Summary:
This PR relies on https://github.com/pytorch/pytorch/pull/38957 and https://github.com/pytorch/builder/pull/445 .
Tested with pytorch/pytorch#38949 and pytorch/pytorch#38956 .
Will need a rebase after the dependent commits go in
Pull Request resolved: https://github.com/pytorch/pytorch/pull/38959
Differential Revision: D21732423
Pulled By: malfet
fbshipit-source-id: 50837a026a575bb3d547526e299db7bcfd7637a8
2020-05-26 16:37:52 -07:00
peter
81daadf651
Expose VC_YEAR in Windows binary test jobs ( #38957 )
...
Summary:
To make it configurable in https://github.com/pytorch/builder/pull/445 .
Pull Request resolved: https://github.com/pytorch/pytorch/pull/38957
Differential Revision: D21721933
Pulled By: ezyang
fbshipit-source-id: 510b19e59bed4ff9d6c39173b4d5c5fc69290ed0
2020-05-26 08:30:29 -07:00
Yang Gu
59bef16138
Add ci binary test for windows ( #38297 )
...
Summary:
Tested in https://github.com/pytorch/pytorch/pull/38316 .
Pull Request resolved: https://github.com/pytorch/pytorch/pull/38297
Differential Revision: D21623307
Pulled By: seemethere
fbshipit-source-id: 51f89f826f4add72d1f18456cad175a4f1724010
2020-05-18 11:50:17 -07:00