Skip to content

Commit d19794c

Browse files
authored
Merge pull request #394 from davsva01/tf_cpuidinfo_patch
Add TF CPUIDInfo fix patch
2 parents 2ebc362 + 75e8ba3 commit d19794c

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

ML-Frameworks/tensorflow-aarch64/CHANGELOG.md

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

1010
### Added
11+
- Adds patch fixing CPUIDInfo initialization, re-enabling oneDNN+ACL path
1112

1213
### Changed
1314

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,6 @@ git-shallow-clone https://github.com/tensorflow/tensorflow.git $TENSORFLOW_HASH
3232

3333
# https://github.com/tensorflow/tensorflow/pull/100882 - build(aarch64): Update Compute Library to 52.4.0
3434
apply-github-patch tensorflow/tensorflow 33a28c399c24ed03e94bd8d8fee289f67946fc7b
35+
# https://github.com/tensorflow/tensorflow/pull/102272 - Fix AArch64 CPUIDInfo init
36+
apply-github-patch tensorflow/tensorflow b6a9e1c1173d675533ffbb71c5eb36c7060ae2d0
3537
)

0 commit comments

Comments
 (0)