atalman
0d3d84d866
[CD] Windows Magma build 12.9 and cuda scripts ( #155799 )
...
Scripts needed to build Magma and CUDA on windows
Same as https://github.com/pytorch/pytorch/pull/146653
Pull Request resolved: https://github.com/pytorch/pytorch/pull/155799
Approved by: https://github.com/jeanschmidt
2025-06-12 17:41:24 +00:00
Wang, Chuanqi
5116293f7e
[XPU] Split triton version as 2 files to decouple triton version bump ( #155313 )
...
Triton XPU shares its version file with the community one. When the community updates Triton version, it will temporarily break the XPU CI/CD because they use different repositories and commits. To decouple Triton version bumps between the community and XPU, we propose splitting the version into two separate files.
Refer the latest community triton version bump PR #153117
Pull Request resolved: https://github.com/pytorch/pytorch/pull/155313
Approved by: https://github.com/etaf , https://github.com/EikanWang , https://github.com/atalman
2025-06-10 08:49:03 +00:00
atalman
cb4cd6166e
Address Cmake update issue in windows magma builds ( #150549 )
...
1. Fixes Cmake update error: https://github.com/pytorch/pytorch/actions/runs/14223930697/job/39858632864
```
CMake Error at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.5 has been removed from CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
to tell CMake that the project requires at least <min> but has been updated
to work with policies introduced by <max> or earlier.
Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.
```
2. Removes deprecated CUDA 12.4 build
Pull Request resolved: https://github.com/pytorch/pytorch/pull/150549
Approved by: https://github.com/clee2000
2025-04-02 19:13:44 +00:00
Wang, Chuanqi
8102272d8c
[BE] Fix triton windows build ( #150512 )
...
Fixes #150480
Pull Request resolved: https://github.com/pytorch/pytorch/pull/150512
Approved by: https://github.com/atalman
Co-authored-by: Andrey Talman <atalman@fb.com>
2025-04-02 15:48:11 +00:00
Wang, Chuanqi
5f1c79ba2b
[CD] Enable triton xpu windows build ( #147637 )
...
Depends on #147727 , which introduce triton xpu windows support
Pull Request resolved: https://github.com/pytorch/pytorch/pull/147637
Approved by: https://github.com/atalman
2025-03-08 05:28:46 +00:00
Ting Lu
519f547d05
windows Magma build for cu128 ( #146653 )
...
https://github.com/pytorch/pytorch/issues/145570
removing `.ci/pytorch/windows/internal/cuda_install.bat` as it is a duplicate with` .github/scripts/windows/cuda_install.bat`. The later one is the one in use - https://github.com/pytorch/pytorch/pull/146653/files#diff-613791f266f2f7b81148ca8f447b0cd6c6544f824f5f46a78a2794006c78957bR8
Pull Request resolved: https://github.com/pytorch/pytorch/pull/146653
Approved by: https://github.com/atalman
Co-authored-by: atalman <atalman@fb.com>
2025-02-10 18:34:59 +00:00
PyTorch MergeBot
b8261358ca
Revert "windows Magma build for cu128 ( #146653 )"
...
This reverts commit d0e70c4fd3 .
Reverted https://github.com/pytorch/pytorch/pull/146653 on behalf of https://github.com/jeanschmidt due to Seems to have broken some windows tests, reverting to see if it gets green ([comment](https://github.com/pytorch/pytorch/pull/146653#issuecomment-2648769150 ))
2025-02-10 17:36:32 +00:00
Ting Lu
d0e70c4fd3
windows Magma build for cu128 ( #146653 )
...
https://github.com/pytorch/pytorch/issues/145570
removing `.ci/pytorch/windows/internal/cuda_install.bat` as it is a duplicate with` .github/scripts/windows/cuda_install.bat`. The later one is the one in use - https://github.com/pytorch/pytorch/pull/146653/files#diff-613791f266f2f7b81148ca8f447b0cd6c6544f824f5f46a78a2794006c78957bR8
Pull Request resolved: https://github.com/pytorch/pytorch/pull/146653
Approved by: https://github.com/atalman
Co-authored-by: atalman <atalman@fb.com>
2025-02-10 13:48:55 +00:00
PyTorch MergeBot
f17109bd96
Revert "windows Magma build for cu128 ( #146653 )"
...
This reverts commit 9e27d36e2b .
Reverted https://github.com/pytorch/pytorch/pull/146653 on behalf of https://github.com/atalman due to Broke nightly builds ([comment](https://github.com/pytorch/pytorch/pull/146653#issuecomment-2643882976 ))
2025-02-07 19:37:16 +00:00
Ting Lu
9e27d36e2b
windows Magma build for cu128 ( #146653 )
...
https://github.com/pytorch/pytorch/issues/145570
removing `.ci/pytorch/windows/internal/cuda_install.bat` as it is a duplicate with` .github/scripts/windows/cuda_install.bat`. The later one is the one in use - https://github.com/pytorch/pytorch/pull/146653/files#diff-613791f266f2f7b81148ca8f447b0cd6c6544f824f5f46a78a2794006c78957bR8
Pull Request resolved: https://github.com/pytorch/pytorch/pull/146653
Approved by: https://github.com/atalman
2025-02-07 18:09:30 +00:00
Andrea Frittoli
0b650c360a
Build magma for windows ( #139924 )
...
Copy the magma for windows job and script from pytorch/builder c9aac65e12/.github/workflows/build-magma-windows.yml
The linux version is moved here in https://github.com/pytorch/pytorch/pull/139888
Fixes #140001
Pull Request resolved: https://github.com/pytorch/pytorch/pull/139924
Approved by: https://github.com/atalman
2024-11-09 09:27:59 +00:00