5d62b63a76
[BE] Use Python-3.14 GE build ( #165804 )
...
3.14 reached general availability on Oct 7th 2025, so we can remove all pre-release workarounds
Pull Request resolved: https://github.com/pytorch/pytorch/pull/165804
Approved by: https://github.com/yangw-dev , https://github.com/Skylion007 , https://github.com/cyyever
2025-10-19 11:45:10 +00:00
da8517fa63
[ROCm][CI] upgrade wheels to 7.0.2 and 6.4.4 patch release ( #165756 )
...
Pull Request resolved: https://github.com/pytorch/pytorch/pull/165756
Approved by: https://github.com/jeffdaily
Co-authored-by: Jeff Daily <jeff.daily@amd.com >
2025-10-17 17:41:19 +00:00
fcbde24c1c
[ONNX] Remove common imports from torchlib ( #165156 )
...
The Rank and IsScalar functions are no longer used in the torchlib. Requires onnxscript v0.5.4
Pull Request resolved: https://github.com/pytorch/pytorch/pull/165156
Approved by: https://github.com/Skylion007 , https://github.com/cyyever
2025-10-17 03:25:34 +00:00
5d9b024276
Add mingw to docker ( #165560 )
...
Add mingw to `pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11` docker image to support AOTI cross-compilation
This PR will make docker container rebuild, and upgrade python version from 3.13.7 to 3.13.8. and it relies on https://github.com/pytorch/pytorch/pull/165667
Pull Request resolved: https://github.com/pytorch/pytorch/pull/165560
Approved by: https://github.com/malfet
2025-10-17 00:47:01 +00:00
69b05913fb
Revert "Add mingw to docker ( #165560 )"
...
This reverts commit 5e480b8ecf870e4a466c165701ab0e9d055f2ceb.
Reverted https://github.com/pytorch/pytorch/pull/165560 on behalf of https://github.com/pytorch-auto-revert due to Reverted automatically by pytorch's autorevert, to avoid this behaviour add the tag autorevert: disable ([comment](https://github.com/pytorch/pytorch/pull/165560#issuecomment-3409814274 ))
2025-10-16 08:42:11 +00:00
5e480b8ecf
Add mingw to docker ( #165560 )
...
Add mingw to `pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11` docker image to support AOTI cross-compilation
Pull Request resolved: https://github.com/pytorch/pytorch/pull/165560
Approved by: https://github.com/malfet
ghstack dependencies: #165574
2025-10-16 01:31:50 +00:00
e0abcee3b5
[Code Clean] Remove support of python3.9 ( #163846 )
...
As the title stated.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/163846
Approved by: https://github.com/ezyang
2025-10-10 11:11:56 +00:00
c7b57d9349
Add gfx1100 to build target for ROCm docker builds ( #165103 )
...
Fixes issue of gfx1100 test jobs timing out
Pull Request resolved: https://github.com/pytorch/pytorch/pull/165103
Approved by: https://github.com/jeffdaily
2025-10-10 01:18:56 +00:00
91040f4934
Revert "[Code Clean] Remove support of python3.9 ( #163846 )"
...
This reverts commit bc1690c7e859dee8c47a7f0bbd3c43cc27c6fd2a.
Reverted https://github.com/pytorch/pytorch/pull/163846 on behalf of https://github.com/izaitsevfb due to breaks distributed tests ([comment](https://github.com/pytorch/pytorch/pull/163846#issuecomment-3386855437 ))
2025-10-09 17:27:08 +00:00
bc1690c7e8
[Code Clean] Remove support of python3.9 ( #163846 )
...
As the title stated.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/163846
Approved by: https://github.com/ezyang
2025-10-09 11:54:10 +00:00
0b85236477
Fix refine_ranges corner case ( #164075 ) ( #164846 )
...
Summary:
address https://github.com/pytorch/pytorch/issues/161360
u0>0 should update the range of u0 to start from [1, ..] this fix it. it was not doing that.
Test Plan: contbuild & OSS CI, see 27234792ad
D84038721
Pull Request resolved: https://github.com/pytorch/pytorch/pull/164846
Approved by: https://github.com/izaitsevfb , https://github.com/ezyang
2025-10-08 18:42:37 +00:00
73adac05d1
Triton 3.5.x pin update to 7416ffc ( #164587 )
...
Updates triton pin to latest: https://github.com/triton-lang/triton/commits/release/3.5.x/
This updates contains 1 cherry-pick to fix flex_attention_fwd regression on B200:
- https://github.com/triton-lang/triton/pull/8366
Pull Request resolved: https://github.com/pytorch/pytorch/pull/164587
Approved by: https://github.com/atalman
2025-10-08 16:07:18 +00:00
f46ddb1e65
[ROCm][CI] add gfx1150 gfx1151 to docker images for binary builds ( #164854 )
...
Fixes #164346 .
Pull Request resolved: https://github.com/pytorch/pytorch/pull/164854
Approved by: https://github.com/jeffdaily
Co-authored-by: Jeff Daily <jeff.daily@amd.com >
2025-10-08 14:34:22 +00:00
955f21dc2c
[ROCm][CI] Add support for gfx1100 in rocm workflow + test skips ( #148355 )
...
This PR adds infrastructure support for gfx1100 in the rocm workflow. Nodes have been allocated for this effort.
@dnikolaev-amd contributed all the test skips.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/148355
Approved by: https://github.com/jeffdaily
Co-authored-by: Dmitry Nikolaev <dmitry.nikolaev@amd.com >
Co-authored-by: Jeff Daily <jeff.daily@amd.com >
2025-10-07 22:36:25 +00:00
87c9fbda22
Follow up to PR 163980 for s390x ( #164464 )
...
Now with same updates propagated to s390x it works on s390x runners too.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/164464
Approved by: https://github.com/atalman
2025-10-07 12:02:29 +00:00
50e077beaa
Fix outdated info in requirements-ci.txt ( #164441 )
...
Fixes installation instructions and descriptions for `numba` and `scikit-image`
Pull Request resolved: https://github.com/pytorch/pytorch/pull/164441
Approved by: https://github.com/albanD
2025-10-07 02:10:41 +00:00
3912ba3e94
Revert "Fix refine_ranges corner case ( #164075 )"
...
This reverts commit 27234792add2ee9bedd84ca02dbf34f8f244bc5c.
Reverted https://github.com/pytorch/pytorch/pull/164075 on behalf of https://github.com/izaitsevfb due to fails executorch builds, see [D83938444](https://www.internalfb.com/diff/D83938444 ) ([comment](https://github.com/pytorch/pytorch/pull/164075#issuecomment-3374430964 ))
2025-10-06 22:09:39 +00:00
7e7ac2039d
[ROCm][CI] add gfx1150 gfx1151 to almalinux image ( #164763 )
...
First PR necessary to address missing gfx1151 reported in https://github.com/pytorch/pytorch/issues/164346 .
Pull Request resolved: https://github.com/pytorch/pytorch/pull/164763
Approved by: https://github.com/jeffdaily
Co-authored-by: Jeff Daily <jeff.daily@amd.com >
2025-10-06 20:19:43 +00:00
f3afbcf340
[ONNX] Bump tested onnxruntime to 1.23.0 and onnxscript to 0.5.2 ( #164440 )
...
Performs tests on the latest ONNX environment.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/164440
Approved by: https://github.com/justinchuby , https://github.com/albanD
2025-10-04 01:10:47 +00:00
27234792ad
Fix refine_ranges corner case ( #164075 )
...
address https://github.com/pytorch/pytorch/issues/161360
u0>0 should update the range of u0 to start from [1, ..] this fix it. it was not doing that.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/164075
Approved by: https://github.com/ColinPeppler
2025-10-03 23:30:46 +00:00
566ea4e86a
Work Around exposing statically linked libstdc++ CXX11 ABI strong symbols ( #163980 )
...
Work Around for: https://github.com/pytorch/pytorch/issues/133437
Test plan:
1. Build whl in CI
2. Download
3. Run ``nm -D libtorch_cpu.so | grep "recursive_directory_iterator"``
Test with check_binary_symbols.py:
Success:
```
num_cxx11_symbols: 2326
num_pre_cxx11_symbols: 0
lib: /home/ec2-user/github/variant-repack/.venv/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so
num_statically_linked_symbols (T): 0
```
Fail when using "W" instead of "T" as type calling ``cxx11_statically_linked_symbols = grep_symbols(
lib, STATICALLY_LINKED_CXX11_ABI, symbol_type="W"
)`` :
```
num_cxx11_symbols: 2326
num_pre_cxx11_symbols: 0
lib: /home/ec2-user/github/variant-repack/.venv/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so
num_statically_linked_symbols (T): 20
Traceback (most recent call last):
File "/home/ec2-user/github/variant-repack/test/pytorch/.ci/pytorch/smoke_test/check_binary_symbolsc.py", line 130, in <module>
main()
File "/home/ec2-user/github/variant-repack/test/pytorch/.ci/pytorch/smoke_test/check_binary_symbolsc.py", line 126, in main
check_lib_statically_linked_libstdc_cxx_abi_symbols(libtorch_cpu_path)
File "/home/ec2-user/github/variant-repack/test/pytorch/.ci/pytorch/smoke_test/check_binary_symbolsc.py", line 95, in check_lib_statically_linked_libstdc_cxx_abi_symbols
raise RuntimeError(
RuntimeError: Found statically linked libstdc++ symbols (recursive_directory_iterator), but there shouldn't be any, see: ['std::filesystem::__cxx11::recursive_directory_iterator::recursion_pending() const', 'std::filesystem::__cxx11::recursive_directory_iterator::depth() const', 'std::filesystem::__cxx11::recursive_directory_iterator::options() const', 'std::filesystem::__cxx11::recursive_directory_iterator::operator*() const', 'std::__shared_ptr<std::filesystem::__cxx11::recursive_directory_iterator::_Dir_stack, (__gnu_cxx::_Lock_policy)2>::operator bool() const', 'std::filesystem::__cxx11::recursive_directory_iterator::disable_recursion_pending()', 'std::filesystem::__cxx11::recursive_directory_iterator::pop(std::error_code&)', 'std::filesystem::__cxx11::recursive_directory_iterator::pop()', 'std::filesystem::__cxx11::recursive_directory_iterator::increment(std::error_code&)', 'std::filesystem::__cxx11::recursive_directory_iterator::recursive_directory_iterator(std::filesystem::__cxx11::path const&, std::filesystem::directory_options, std::error_code*)', 'std::filesystem::__cxx11::recursive_directory_iterator::recursive_directory_iterator(std::filesystem::__cxx11::path const&, std::filesystem::directory_options, std::error_code*)', 'std::filesystem::__cxx11::recursive_directory_iterator::~recursive_directory_iterator()', 'std::filesystem::__cxx11::recursive_directory_iterator::~recursive_directory_iterator()', 'std::filesystem::__cxx11::recursive_directory_iterator::operator=(std::filesystem::__cxx11::recursive_directory_iterator&&)', 'std::filesystem::__cxx11::recursive_directory_iterator::operator=(std::filesystem::__cxx11::recursive_directory_iterator const&)', 'std::filesystem::__cxx11::recursive_directory_iterator::operator++()', 'std::__shared_ptr<std::filesystem::__cxx11::recursive_directory_iterator::_Dir_stack, (__gnu_cxx::_Lock_policy)2>::__shared_ptr(std::__shared_ptr<std::filesystem::__cxx11::recursive_directory_iterator::_Dir_stack, (__gnu_cxx::_Lock_policy)2>&&)', 'std::__shared_ptr<std::filesystem::__cxx11::recursive_directory_iterator::_Dir_stack, (__gnu_cxx::_Lock_policy)2>::__shared_ptr()', 'std::__shared_ptr<std::filesystem::__cxx11::recursive_directory_iterator::_Dir_stack, (__gnu_cxx::_Lock_policy)2>::__shared_ptr(std::__shared_ptr<std::filesystem::__cxx11::recursive_directory_iterator::_Dir_stack, (__gnu_cxx::_Lock_policy)2>&&)', 'std::__shared_ptr<std::filesystem::__cxx11::recursive_directory_iterator::_Dir_stack, (__gnu_cxx::_Lock_policy)2>::__shared_ptr()']
```
Pull Request resolved: https://github.com/pytorch/pytorch/pull/163980
Approved by: https://github.com/isuruf , https://github.com/malfet
Co-authored-by: Nikita Shulga <2453524+malfet@users.noreply.github.com >
2025-10-01 23:17:30 +00:00
773c6762b8
[CD][CUDA13][NCCL] Fix nccl version typo for cu13 ( #164383 )
...
https://pypi.org/project/nvidia-nccl-cu13/#history does not have 2.27.5 but 2.27.7+.
Companion PR: https://github.com/pytorch/pytorch/pull/164352
Fixes a potential binary breakage due to non-existence of referenced NCCL cu13 version.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/164383
Approved by: https://github.com/tinglvv , https://github.com/Skylion007 , https://github.com/atalman
2025-10-01 21:32:25 +00:00
2610746375
Revert nccl upgrade back to 2.27.5 ( #164352 )
...
Revert https://github.com/pytorch/pytorch/pull/162351 as it breaks H100
Pull Request resolved: https://github.com/pytorch/pytorch/pull/164352
Approved by: https://github.com/atalman , https://github.com/malfet
2025-10-01 15:27:40 +00:00
69fa26d9b4
Triton 3.5.x pin update ( #164268 )
...
Updates triton pin to latest: https://github.com/triton-lang/triton/commits/release/3.5.x/
This updates contains 2 cherry-pick to remove Python 3.9 from list of supported python versions:
https://github.com/triton-lang/triton/pull/8288
https://github.com/triton-lang/triton/pull/8287
Pull Request resolved: https://github.com/pytorch/pytorch/pull/164268
Approved by: https://github.com/aakhundov
2025-10-01 11:41:50 +00:00
d9c80ef97d
Build and Install Arm Compute Library in manylinux docker image ( #159737 )
...
----
This PR will be part of a series of PR's that aims to remove `.ci/aarch64_linux` folder entirely, such that Aarch64 manylinux build happens as part of `.ci/manywheel/build.sh`, the same as other platforms.
In this PR:
- We prebuild + install Arm Compute Library in the manylinux docker image ( at /acl ), instead of a build time for every pytorch build. Also updated jammy install path to be /acl too.
- We can therefore remove build_ArmComputeLibrary functions from the ci build scripts.
- There is also some refactoring of install_openblas.sh and install_acl.sh to align them together ( similar formatting, similar variable names, same place for version number update )
- We had 2 places to define openblas version, this has been reduced to 1 now ( install_openblas.sh ).
- ACL_VERSION and OPENBLAS_VERSION are now able to be overriden at build.sh level for developers, but there is only 1 version of each hardcoded for ci.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/159737
Approved by: https://github.com/seemethere , https://github.com/aditew01
2025-10-01 11:33:51 +00:00
bd0907dc4c
[BE][CI] Unify requirments ( #163396 )
...
Both Linux, Windows and MacOS CI workflows should use `.ci/docker/requirements-ci.txt`
TODOS:
- Investigate why `choco install cmake` is needed to successfully detect MKL
- Move `psutil` installation from specific scripts into requirements-ci.txt
Pull Request resolved: https://github.com/pytorch/pytorch/pull/163396
Approved by: https://github.com/Skylion007
2025-10-01 03:28:48 +00:00
e88cca0691
Update Sphinx theme ( #164147 )
...
Fix links in the top nav bar: 71e55749be
Pull Request resolved: https://github.com/pytorch/pytorch/pull/164147
Approved by: https://github.com/albanD
2025-09-30 15:35:58 +00:00
b7419b920d
[ROCm][CI] Upgrade ROCm to 7.0 ( #163140 )
...
Upgrade all the ROCm docker image to ROCm 7.0 release version.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/163140
Approved by: https://github.com/jeffdaily
Co-authored-by: Jeff Daily <jeff.daily@amd.com >
2025-09-30 02:23:26 +00:00
cee4e36f9a
[BE] remove manylinuxcxx11-abi-builder:cpu-cxx11-abi docker image ( #164187 )
...
I believe this image is not used anywhere anymore.
Test:
```
git grep manylinuxcxx11-abi-builder
git grep manylinuxcxx11
```
Return no results.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/164187
Approved by: https://github.com/izaitsevfb , https://github.com/malfet , https://github.com/seemethere
2025-09-30 00:26:20 +00:00
170e0309ca
Bump protobuf from 5.29.4 to 5.29.5 in /.ci/docker ( #156157 )
...
* Bump protobuf from 5.29.4 to 5.29.5 in /.ci/docker
Bumps [protobuf](https://github.com/protocolbuffers/protobuf ) from 5.29.4 to 5.29.5.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases )
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl )
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v5.29.4...v5.29.5 )
---
updated-dependencies:
- dependency-name: protobuf
dependency-version: 5.29.5
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update .ci/docker/requirements-ci.txt
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nikita Shulga <2453524+malfet@users.noreply.github.com >
2025-09-29 15:20:44 -07:00
50d418f69f
Replace setup.py bdist_wheel with python -m build --wheel ( #156712 )
...
Previously we already replaced most use of `python setup.py develop/install`.
This PR also replaces the use of `setup.py bdist_wheel` with the modern `python -m build --wheel` alternative.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/156712
Approved by: https://github.com/atalman
ghstack dependencies: #156711
2025-09-29 21:51:32 +00:00
5504a06e01
[BE]: Update NCCL to 2.28.3 ( #162351 )
...
@eqy New NCCL has some a bunch of bugfixes for features including reducing the number SMs needed by NVLINK collectives as well as some very useful new APIs for SymmetricMemory. Also allows FP8 support for non-reductive operations on pre-sm90 devices.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/162351
Approved by: https://github.com/ezyang , https://github.com/malfet , https://github.com/atalman
2025-09-28 01:38:59 +00:00
960290d629
[Docs] Add standard-imghdr for PyTorch Doc ( #163944 )
...
As the title stated.
Python [Pep-0594](https://peps.python.org/pep-0594 ) have removed imghdr from python standard libaries, the older version of sphinx don`t add it as installation dependencies, so we need to add it to requirement as an temporary dependencies.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/163944
Approved by: https://github.com/albanD , https://github.com/svekars
2025-09-27 08:14:51 +00:00
f1260c9b9a
[ROCm][CI/CD] upgrade nightly wheels to ROCm 7.0 ( #163937 )
...
Pull Request resolved: https://github.com/pytorch/pytorch/pull/163937
Approved by: https://github.com/jeffdaily
Co-authored-by: Jeff Daily <jeff.daily@amd.com >
2025-09-26 21:42:09 +00:00
6539537a59
[ROCm][CD] create ROCm 7.0 images for binary builds ( #163860 )
...
Adds gfx950.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/163860
Approved by: https://github.com/jeffdaily
Co-authored-by: Jeff Daily <jeff.daily@amd.com >
2025-09-25 17:26:40 +00:00
bf0747c6c6
[Code Clean] Remove deadcodes about Python3.9 [1/N] ( #163626 )
...
As the title stated.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/163626
Approved by: https://github.com/Skylion007 , https://github.com/albanD
2025-09-24 07:30:50 +00:00
68e75be86a
Update pytorch_sphinx_theme2 to latest hash ( #163269 )
...
The updated theme:
- Fixes articleBody in the json+ld that caused previous Google Search issues
- Other minor fixes
- 404.html fixes
Pull Request resolved: https://github.com/pytorch/pytorch/pull/163269
Approved by: https://github.com/albanD
2025-09-22 23:20:23 +00:00
d0086708dd
[triton] update 3.5 pin to bbb06c0334a6772b92d24bde54956e675c8c6604 ( #163382 )
...
Includes:
* https://github.com/triton-lang/triton/pull/8211 to work around a PTXAS bug that was causing 03-matrix-multiplication tutorial matmuls to underperform due to excessive WGMMA waits
* https://github.com/triton-lang/triton/pull/8157 to fix a convert_layout bug
Verified that this passes Triton CI in https://github.com/pytorch/pytorch/pull/159158 and improves gemm perf (see https://github.com/pytorch/pytorch/issues/159704 )
Pull Request resolved: https://github.com/pytorch/pytorch/pull/163382
Approved by: https://github.com/Camyll , https://github.com/atalman
2025-09-22 20:20:59 +00:00
5e7be98800
[BE] Update Python min version to 3.10 ( #162310 )
...
Pull Request resolved: https://github.com/pytorch/pytorch/pull/162310
Approved by: https://github.com/atalman , https://github.com/Skylion007 , https://github.com/ZainRizvi
2025-09-22 17:04:21 +00:00
10adeb9044
Revert "[BE] Update Python min version to 3.10 ( #162310 )"
...
This reverts commit 9f5a644f0768258bc81f8b38492754d297399f74.
Reverted https://github.com/pytorch/pytorch/pull/162310 on behalf of https://github.com/malfet due to Broke lint, but to the best of my knowledge it's no longer possible to run lint for all files on PRs ([comment](https://github.com/pytorch/pytorch/pull/162310#issuecomment-3319289031 ))
2025-09-22 14:13:59 +00:00
9f5a644f07
[BE] Update Python min version to 3.10 ( #162310 )
...
Pull Request resolved: https://github.com/pytorch/pytorch/pull/162310
Approved by: https://github.com/atalman , https://github.com/Skylion007 , https://github.com/ZainRizvi
2025-09-22 13:37:02 +00:00
0098e5636d
[CI] Move Windows build/tests to Python-3.10 ( #162862 )
...
What supposed to be a very simple change end up being quite involved, as current Windows CI framework is quite inflexible, i.e. it takes a lots of argument, but later on ignores them, namely:
- `PYTHON_VERSION` used to be a no-op that is simply ignored by the scripts
- With this change, `setup-win` action will create an environment called `py_tmp` with specific python version + intel-openmp (that is hard runtime requirement, but for some reason not packaged into the wheel nor marked as such)
- Copied test type dependencies from be01a40157/aws/ami/windows/scripts/Installers/Install-Pip-Dependencies.ps1 (L16)
into `win-test.sh`, but made some adjustments to be compatible with 3.10 runtime (scipy version update) and just make rerun-tests compatible with the rest of the deps
I think in the long run, one needs to update 4432e2cacd/aws/ami/windows/scripts/Installers/Install-Miniconda3.ps1
that currently pins Miniconda python to 3.9, but also figure out how CI can still create a new environment without having to download all the dependencies all the time
Pull Request resolved: https://github.com/pytorch/pytorch/pull/162862
Approved by: https://github.com/wdvr , https://github.com/huydhn
ghstack dependencies: #163339 , #163341
2025-09-19 22:51:38 +00:00
33e6c5a93d
[Dependabot] Update(deps): Bump transformers from 4.54.0 to 4.56.0 in /.ci/docker/ci_commit_pins ( #162063 )
...
* [Dependabot] Update(deps): Bump transformers
Bumps [transformers](https://github.com/huggingface/transformers ) from 4.54.0 to 4.56.0.
- [Release notes](https://github.com/huggingface/transformers/releases )
- [Commits](https://github.com/huggingface/transformers/compare/v4.54.0...v4.56.0 )
---
updated-dependencies:
- dependency-name: transformers
dependency-version: 4.56.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Refresh results
Signed-off-by: Huy Do <huydhn@gmail.com >
* Another round of updates
Signed-off-by: Huy Do <huydhn@gmail.com >
* Another round of update
Signed-off-by: Huy Do <huydhn@gmail.com >
* Hopefully the last round of update
Signed-off-by: Huy Do <huydhn@gmail.com >
* Plz
Signed-off-by: Huy Do <huydhn@gmail.com >
---------
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: Huy Do <huydhn@gmail.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Huy Do <huydhn@gmail.com >
2025-09-19 02:50:36 -07:00
f4eca0e3b3
Try updating ET pin in PT/PT ( #159664 )
...
Looking into resolving this: https://github.com/pytorch/pytorch/issues/159599
Test Plan: Wait for executorch CI
Pull Request resolved: https://github.com/pytorch/pytorch/pull/159664
Approved by: https://github.com/malfet
2025-09-18 21:55:16 +00:00
cad052423b
[triton] Update 3.5 pin to 5ae38bdb0dc066c5823e34dc9797afb9de42c866 ( #162821 )
...
Include @aakhundov's sam_fast patch, plus NVIDIA's sm88/sm110 patches (thanks @nWEIdia)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/162821
Approved by: https://github.com/atalman
2025-09-12 18:34:22 +00:00
e8eeb06034
Move inductor jobs 3.9->3.10 ( #162323 )
...
Related to: https://github.com/pytorch/pytorch/issues/161167
Pull Request resolved: https://github.com/pytorch/pytorch/pull/162323
Approved by: https://github.com/huydhn , https://github.com/Skylion007
Co-authored-by: Huy Do <huydhn@gmail.com >
2025-09-12 03:43:06 +00:00
799471d92b
[triton] Update 3.5 pin (AMD compilation fix + warp spec) ( #162733 )
...
Fixes #162390
Also adds warp spec (thanks @manman-ren!)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/162733
Approved by: https://github.com/atalman
2025-09-11 18:19:16 +00:00
9f783e172d
Revert "Build and Install Arm Compute Library in manylinux docker image ( #159737 )"
...
This reverts commit 582d278983b28a91ac0cedd035183f2495bb6887.
Reverted https://github.com/pytorch/pytorch/pull/159737 on behalf of https://github.com/atalman due to Sorry reverting this broke linux aarch64 CUDA nightlies [pytorch/pytorch/actions/runs/17637486681/job/50146967503](https://github.com/pytorch/pytorch/actions/runs/17637486681/job/50146967503 ) ([comment](https://github.com/pytorch/pytorch/pull/159737#issuecomment-3281398272 ))
2025-09-11 15:25:24 +00:00
23170dfebc
Revert "Move inductor jobs 3.9->3.10 ( #162323 )"
...
This reverts commit 0663bdb12383b9717af49d58aed9d88de0dd0ecc.
Reverted https://github.com/pytorch/pytorch/pull/162323 on behalf of https://github.com/huydhn due to Not sure what had happened, but some inductor unit tests start failing after this lands ([comment](https://github.com/pytorch/pytorch/pull/162323#issuecomment-3278125192 ))
2025-09-11 05:57:13 +00:00
0663bdb123
Move inductor jobs 3.9->3.10 ( #162323 )
...
Related to: https://github.com/pytorch/pytorch/issues/161167
Pull Request resolved: https://github.com/pytorch/pytorch/pull/162323
Approved by: https://github.com/huydhn , https://github.com/Skylion007
2025-09-10 20:58:41 +00:00