Skip to content

Commit 472f35b

Browse files
committed
update sources
1 parent e32f7e4 commit 472f35b

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

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

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,10 @@ git-shallow-clone https://github.com/pytorch/pytorch.git $PYTORCH_HASH
3131
cd pytorch
3232

3333
apply-github-patch pytorch/pytorch 143190 afded46b6c48fb434467cedacee4da956a66be64 # Enable AArch64 CI scripts to be used for local dev
34-
apply-github-patch pytorch/pytorch 140159 eb5c93062801320c5eb7e8b96b9a88721358858e # cpu: aarch64: enable gemm-bf16f32
35-
apply-github-patch pytorch/pytorch 140159 48a32a05a56757dbd81ca112b04a01892115f811
36-
apply-github-patch pytorch/pytorch 140159 e1886a5f022ee9df5ad475a9463f6714289ff22d
37-
apply-github-patch pytorch/pytorch 140159 7d645531a9cf0b359182323e5b802e68f49af800
38-
apply-github-patch pytorch/pytorch 140159 e1abdb6d3eba957cdbd882bec21feeeb46550cf7
39-
apply-github-patch pytorch/pytorch 140159 4034f2538c4caafb806ecf4b2ef81b19ebda3fd6
40-
apply-github-patch pytorch/pytorch 140159 1ce26d99bde511bb9cccc49be842c04e8d366f69
34+
apply-github-patch pytorch/pytorch 140159 d5aeab452e4b1f0580a4636b15a604c77a02c57b # cpu: aarch64: enable gemm-bf16f32
35+
apply-github-patch pytorch/pytorch 140159 a96100e948f16ca2a10689b260adfd4e3dae5709
4136
apply-github-patch pytorch/pytorch 150527 57b737db805acc5a58a6c9ef59dfef5b23aaf3f0 # Add BF16 SVE intrinsics
37+
apply-github-patch pytorch/pytorch 143666 369c3b7dbe22c7b1d96d94ef59366e383ff71bd1
4238
apply-github-patch pytorch/pytorch 150833 02987a7c2e9b249a669723224c8d3cd80c6cb64e # Pin all root requirements to major versions
4339

4440
git submodule sync
@@ -47,11 +43,17 @@ git-shallow-clone https://github.com/pytorch/pytorch.git $PYTORCH_HASH
4743
cd third_party/ideep
4844
git fetch origin $IDEEP_HASH && git clean -f && git checkout -f FETCH_HEAD
4945
apply-github-patch intel/ideep 331 39e2de117c7470e7a8f8171603dd05d40b6943e1 # Cache reorder tensors
46+
apply-github-patch intel/ideep 354 8c51b8fed7526d38dc6998d9ef9d45cc7629a1f6 # revert explicit reorder for eltwise for bf16
47+
apply-github-patch intel/ideep 354 6c73e070241bb0ff5a877969540b432720fbd55e
48+
5049
(
5150
cd mkl-dnn
5251
git fetch origin $ONEDNN_HASH && git clean -f && git checkout -f FETCH_HEAD
5352
apply-github-patch uxlfoundation/oneDNN 2838 f752a5392e3179829b60ca0d6aef08948da2abab # Dispatches fpmath_mode::bf16 conv to Compute Library
5453
apply-github-patch uxlfoundation/oneDNN 3022 4a00e92b995388192e666ee332554e4ef65b484a # cpu: aarch64: enable jit conv for 128
54+
apply-github-patch uxlfoundation/oneDNN 2982 bf4bcdc3d28b7e30a8b184dcad661e6975d8ae3a # cpu: aarch64: enable eltwise bf16 (via f32 conversion)
55+
apply-github-patch uxlfoundation/oneDNN 2982 097afe4f6e161568ac222b98e869be48248bdf6b
56+
apply-github-patch uxlfoundation/oneDNN 2982 0c3a3f06ed902017c5dd26fab1022aa4e4b67516
5557
)
5658
)
5759
)

0 commit comments

Comments
 (0)