Skip to content

Commit 1f391c6

Browse files
authored
Merge pull request #366 from almayne/tsupdate01
Bump tensorflow version and update patches.
2 parents 544175e + 9d3d11c commit 1f391c6

3 files changed

Lines changed: 7 additions & 16 deletions

File tree

ML-Frameworks/tensorflow-aarch64/CHANGELOG.md

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

1010
### Added
11+
- Adds WIP patch to upgrade Compute Library to 52.4.0
1112

1213
### Changed
14+
- Updates TensorFLow hash to 6aa8fd07270293b918255af5988aef45b844c5b4 # from nightly, September 22nd
1315

1416
### Removed
17+
- Removed previous patch updating oneDNN and Compute Library that has been merged upstream
1518

1619
### Fixed
1720

ML-Frameworks/tensorflow-aarch64/bump-sources.sh

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,7 @@ function git-bump {
2929
(
3030
cd tensorflow
3131
git-bump nightly
32-
33-
(
34-
cd third_party/mkl_dnn/oneDNN
35-
git-bump main
36-
)
37-
38-
(
39-
cd third_party/compute_library/ComputeLibrary
40-
git-bump main
41-
)
4232
)
4333

44-
echo "Put this into your get-sources.sh file"
34+
echo "Put this into your get-source.sh file"
4535
echo TENSORFLOW_HASH=$(cd tensorflow && git rev-parse HEAD)
46-
echo ONEDNN_HASH=$(cd tensorflow/third_party/mkl_dnn/oneDNN && git rev-parse HEAD)
47-
echo ACL_HASH=$(cd tensorflow/third_party/compute_library/ComputeLibrary && git rev-parse HEAD)

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ source ../utils/git-utils.sh
2121

2222
set -eux -o pipefail
2323

24-
TENSORFLOW_HASH=ab8aab720f1648f6a470b159b0d1aea3a5b0df81 # 2.20.0-dev0 from master, 25th July 2025
24+
TENSORFLOW_HASH=6aa8fd07270293b918255af5988aef45b844c5b4 # from nightly, September 22nd
2525

2626
git-shallow-clone https://github.com/tensorflow/tensorflow.git $TENSORFLOW_HASH
2727

@@ -30,6 +30,6 @@ git-shallow-clone https://github.com/tensorflow/tensorflow.git $TENSORFLOW_HASH
3030

3131
# Apply TensorFlow WIP patches here
3232

33-
# https://github.com/tensorflow/tensorflow/pull/93951 - build(aarch64): Update to oneDNN-3.7 + ACL-24.12 (fix)
34-
apply-github-patch tensorflow/tensorflow e9cd9ea7d5f52b6c6740ce4e486e0fce554a26a4
33+
# https://github.com/tensorflow/tensorflow/pull/100882 - build(aarch64): Update Compute Library to 52.4.0
34+
apply-github-patch tensorflow/tensorflow 0cd9bed2d5f5456576d3bcd0b80aba7cd478ee26
3535
)

0 commit comments

Comments
 (0)