Skip to content

Commit ba3ea0a

Browse files
committed
Bump PyTorch sources for 25.06 release
1 parent 58b44ac commit ba3ea0a

2 files changed

Lines changed: 5 additions & 12 deletions

File tree

ML-Frameworks/pytorch-aarch64/get-source.sh

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,25 +20,18 @@
2020
source ../utils/git-utils.sh
2121

2222
set -eux -o pipefail
23-
PYTORCH_HASH=e872bf8f888bdbb27a03e03935db61babf7180b8 # 2.8.0.dev20250430 from viable/strict
24-
IDEEP_HASH=2ef932a861439e4cc9bb8baee8424b57573de023 # From ideep_pytorch
25-
ONEDNN_HASH=69150ce5fe1f453af9125ca42a921e017092ccf7 # From main
26-
ACL_HASH=334108c0efc512efdc9576ba957dbcf5b7ee168a # rc_25_04_29_0
23+
PYTORCH_HASH=3040ca6d0f8558e39919b14eebeacc34ddf980f5 # main June 10th
24+
IDEEP_HASH=2ef932a861439e4cc9bb8baee8424b57573de023 # main June 10th
25+
ONEDNN_HASH=106a7b41bc4156297b8a88cd1951304b739cc427 # main June 10th
26+
ACL_HASH=6bc1c7b8d0756272e2a97a7489e13de90f864326 # main June 9th
2727
TORCH_AO_HASH=e1cb44ab84eee0a3573bb161d65c18661dc4a307 # From main
2828

2929
git-shallow-clone https://github.com/pytorch/pytorch.git $PYTORCH_HASH
3030
(
3131
cd pytorch
3232

33-
# https://github.com/pytorch/pytorch/pull/143190 - Enable AArch64 CI scripts to be used for local dev
34-
apply-github-patch pytorch/pytorch 6e5628b1f648d862e8fdd150ad277120b236ed15
35-
# https://github.com/pytorch/pytorch/pull/140159 - cpu: enable gemm-bf16f32 for SDPA BF16
36-
apply-github-patch pytorch/pytorch ca4a718be80eb88ca6804b91201e4f98a3e236c8
37-
apply-github-patch pytorch/pytorch 406fe1fbd066401774c104d125a7ac0b3d6eb52b
3833
# https://github.com/pytorch/pytorch/pull/152361 - Build libgomp (gcc-11) from source
3934
apply-github-patch pytorch/pytorch 7c54b6b07558c330ee2f95b4793edb3bfbb814c9
40-
# https://github.com/pytorch/pytorch/pull/150833 - Pin all root requirements to major versions
41-
apply-github-patch pytorch/pytorch 02987a7c2e9b249a669723224c8d3cd80c6cb64e
4235

4336
git submodule sync
4437
git submodule update --init --checkout --force --recursive --jobs=$(nproc)

ML-Frameworks/pytorch-aarch64/utils/build_openblas.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
source /common_utils/git-utils.sh
2626

2727
set -ex
28-
OPENBLAS_HASH="9aa7a0b2a7b2770adec6ff26b34660d3bcd8c49c"
28+
OPENBLAS_HASH="fe220a0d7d7c5188e698643428708063c8c1a9f6"
2929
OPENBLAS_CHECKOUT_DIR="OpenBLAS"
3030

3131
cd /

0 commit comments

Comments
 (0)