Skip to content

Commit 2b75925

Browse files
committed
Add PyTorch PR #167328 patches: build cpuinfo into c10 shared library
1 parent 2fed7ed commit 2b75925

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ git-shallow-clone https://github.com/pytorch/pytorch.git $PYTORCH_HASH
8080
apply-github-patch pytorch/pytorch 00076d21ed6cd7df2a61165b1fb1d0a436f4e403
8181
apply-github-patch pytorch/pytorch 850db41fe6d33c6460740da781b40e009f04a47c
8282

83+
# https://github.com/pytorch/pytorch/pull/167328 - Build cpuinfo into c10 shared library
84+
apply-github-patch pytorch/pytorch 715ba4203ccaa71f7cb8f351fa135110b6f7ecd4
85+
apply-github-patch pytorch/pytorch e90d7480934224777722d4093795f96c667e5520
86+
apply-github-patch pytorch/pytorch f5bfabc03efb34416378036ab717512d5611d8f4
87+
8388
# Remove deps that we don't need for manylinux AArch64 CPU builds before fetching.
8489
# Only used when jni.h is present (see .ci/pytorch/build.sh:116), which is not the case for manylinux
8590
git rm android/libs/fbjni

0 commit comments

Comments
 (0)