Skip to content

Commit c601cf6

Browse files
Merge pull request #399 from murste01/murste01/add-cpuinfo-to-c10-patch
Add PyTorch PR #167328 patches: build cpuinfo into c10 shared library
2 parents 2fed7ed + b3fc37c commit c601cf6

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

ML-Frameworks/pytorch-aarch64/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ where `YY` is the year, and `MM` the month of the increment.
99

1010
### Added
1111
- Adds PyTorch [PR][https://github.com/pytorch/pytorch/pull/144992] Enable fp16 linear layers in PyTorch via ACL
12+
- Adds PyTorch [PR](https://github.com/pytorch/pytorch/pull/167328) Build cpuinfo into c10 shared library
1213

1314
### Changed
1415

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)