@@ -30,11 +30,15 @@ git-shallow-clone https://github.com/pytorch/pytorch.git $PYTORCH_HASH
3030(
3131 cd pytorch
3232
33- apply-github-patch pytorch/pytorch 143190 6e5628b1f648d862e8fdd150ad277120b236ed15 # Enable AArch64 CI scripts to be used for local dev
34- apply-github-patch pytorch/pytorch 140159 ca4a718be80eb88ca6804b91201e4f98a3e236c8 # cpu: enable gemm-bf16f32 for SDPA BF16
35- apply-github-patch pytorch/pytorch 140159 406fe1fbd066401774c104d125a7ac0b3d6eb52b
36- apply-github-patch pytorch/pytorch 152361 7c54b6b07558c330ee2f95b4793edb3bfbb814c9 # Build libgomp (gcc-11) from source
37- apply-github-patch pytorch/pytorch 150833 02987a7c2e9b249a669723224c8d3cd80c6cb64e # Pin all root requirements to major versions
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
38+ # https://github.com/pytorch/pytorch/pull/152361 - Build libgomp (gcc-11) from source
39+ 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
3842
3943 git submodule sync
4044 git submodule update --init --checkout --force --recursive --jobs=$( nproc)
@@ -45,19 +49,22 @@ git-shallow-clone https://github.com/pytorch/pytorch.git $PYTORCH_HASH
4549 (
4650 cd mkl-dnn
4751 git fetch origin $ONEDNN_HASH && git clean -f && git checkout -f FETCH_HEAD
48- apply-github-patch uxlfoundation/oneDNN 3022 4a00e92b995388192e666ee332554e4ef65b484a # cpu: aarch64: enable jit conv for 128
52+ # https://github.com/uxlfoundation/oneDNN/pull/3922 - cpu: aarch64: enable jit conv for 128
53+ apply-github-patch uxlfoundation/oneDNN 4a00e92b995388192e666ee332554e4ef65b484a
4954 )
5055 )
5156)
5257
5358git-shallow-clone https://review.mlplatform.org/ml/ComputeLibrary $ACL_HASH
5459(
5560 cd ComputeLibrary
56- apply-gerrit-patch https://review.mlplatform.org/c/ml/ComputeLibrary/+/12818/1 # perf: Improve gemm_interleaved 2D vs 1D blocking heuristic
61+ # Improve gemm_interleaved 2D vs 1D blocking heuristic
62+ apply-gerrit-patch https://review.mlplatform.org/c/ml/ComputeLibrary/+/12818/1
5763)
5864
5965git-shallow-clone https://github.com/pytorch/ao.git $TORCH_AO_HASH
6066(
6167 cd ao
62- apply-github-patch pytorch/ao 1447 738d7f2c5a48367822f2bf9d538160d19f02341e # [Feat]: Add support for kleidiai quantization schemes
68+ # https://github.com/pytorch/ao/pull/1447 - Add support for kleidiai quantization schemes
69+ apply-github-patch pytorch/ao 738d7f2c5a48367822f2bf9d538160d19f02341e
6370)
0 commit comments