File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,27 @@ where `YY` is the year, and `MM` the month of the increment.
1515
1616### Fixed
1717
18- ### [ r25.04] 2025-05-16
18+ ## [ r25.06] 2025-06-20
19+ https://github.com/ARM-software/Tool-Solutions/tree/r25.06
20+
21+ ### Added
22+ - Adds WIP patch to update the OpenBLAS commit - https://github.com/pytorch/pytorch/pull/151547 .
23+ - Speedups across most of the HF models via significant boost to SDPA layers.
24+ - Overall torchbench pass-rate increased.
25+ - Adds support in ` github-apply-patch ` for local caching of patches.
26+
27+ ### Changed
28+ - Updates protobuf from 5.29.2 to 5.29.5 in response to CVE-2025 -4565.
29+ - Updates hashes for:
30+ - PyTorch to 3040ca6d0f8558e39919b14eebeacc34ddf980f5 2.8.0.dev20250611 from viable/strict.
31+ - ideep to 2ef932a861439e4cc9bb8baee8424b57573de023 from ideep_pytorch, June 10.
32+ - oneDNN to 106a7b41bc4156297b8a88cd1951304b739cc427 from main, June 10th.
33+ - Compute Library to 6bc1c7b8d0756272e2a97a7489e13de90f864326 from main, June 9th.
34+
35+ ### Removed
36+ - Removes patches which are no longer required.
37+
38+ ## [ r25.05] 2025-05-16
1939https://github.com/ARM-software/Tool-Solutions/tree/r25.05
2040
2141### Added
Original file line number Diff line number Diff line change 2020source ../utils/git-utils.sh
2121
2222set -eux -o pipefail
23- PYTORCH_HASH=3040ca6d0f8558e39919b14eebeacc34ddf980f5 # main June 10th
24- IDEEP_HASH=2ef932a861439e4cc9bb8baee8424b57573de023 # main June 10th
25- ONEDNN_HASH=106a7b41bc4156297b8a88cd1951304b739cc427 # main June 10th
26- ACL_HASH=6bc1c7b8d0756272e2a97a7489e13de90f864326 # main June 9th
23+ PYTORCH_HASH=3040ca6d0f8558e39919b14eebeacc34ddf980f5 # 2.8.0.dev20250611 from viable/strict
24+ IDEEP_HASH=2ef932a861439e4cc9bb8baee8424b57573de023 # from ideep_pytorch, June 10th
25+ ONEDNN_HASH=106a7b41bc4156297b8a88cd1951304b739cc427 # from main, June 10th
26+ ACL_HASH=6bc1c7b8d0756272e2a97a7489e13de90f864326 # from main, June 9th
2727TORCH_AO_HASH=e1cb44ab84eee0a3573bb161d65c18661dc4a307 # From main
2828
2929git-shallow-clone https://github.com/pytorch/pytorch.git $PYTORCH_HASH
Original file line number Diff line number Diff line change @@ -15,7 +15,19 @@ where `YY` is the year, and `MM` the month of the increment.
1515
1616### Fixed
1717
18- #### [ r25.04] 2025-05-16
18+ ## [ r25.06] 2025-06-20
19+ https://github.com/ARM-software/Tool-Solutions/tree/r25.06
20+
21+ ### Added
22+ - Adds support in ` github-apply-patch ` for local caching of patches.
23+ - Adds WIP patch: https://github.com/tensorflow/tensorflow/pull/93951
24+ to update to oneDNN-3.7 + ACL-24.12, and address unit test failures
25+
26+ ### Changed
27+ - Updates TensorFlow hash to 65781570c55d2338106767de200323f123c3f91f
28+ tensorflow-2.20.0.dev0 from main
29+
30+ ## [ r25.05] 2025-05-16
1931https://github.com/ARM-software/Tool-Solutions/tree/r25.05
2032
2133### Added
Original file line number Diff line number Diff line change @@ -23,21 +23,14 @@ set -eux -o pipefail
2323
2424TENSORFLOW_HASH=65781570c55d2338106767de200323f123c3f91f
2525
26- # The next oneDNN commits relocate xbyak_aarch64 as a third_party module,
27- # but this is not picked up by TF Bazel build.
28- ONEDNN_HASH=ad06da68524b2b5e63fc1d7a7a749d555394a0a7 # main Jan 03, 2025
29-
30- # The next ACL commit introduces KleidiAI as a third-party module,
31- # but this is not picked up by TF Bazel build.
32- ACL_HASH=0038c52d6c79b76755c087cda1be4bbf752e272c # main Jan 6, 2025
33-
3426git-shallow-clone https://github.com/tensorflow/tensorflow.git $TENSORFLOW_HASH
3527
3628(
3729 cd tensorflow
3830
3931 # Apply TensorFlow WIP patches here
4032
41- apply-github-patch tensorflow/tensorflow 6eb08485a6312a02636f79d8eddf00a549e32aca # build(aarch64): Update to oneDNN-3.7 + ACL-24.12 (fix)
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 6eb08485a6312a02636f79d8eddf00a549e32aca
4235
4336)
You can’t perform that action at this time.
0 commit comments