Skip to content

Commit 9653a74

Browse files
Merge pull request #447 from Sqvid/rollback-blas-to-0.3.30
rollback OpenBLAS version to fix failing pytorch test
2 parents 6fc3aa0 + 528a8ff commit 9653a74

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

ML-Frameworks/pytorch-aarch64/CHANGELOG.md

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

2222
### Fixed
2323

24-
## [r26.03] 2026-03-09
24+
## [r26.03] 2026-03-13
2525
https://github.com/ARM-software/Tool-Solutions/tree/r26.03
2626

2727
### Added
@@ -33,7 +33,6 @@ https://github.com/ARM-software/Tool-Solutions/tree/r26.03
3333
- `ONEDNN_HASH` to `a83f8b4c7ca45fb339f3ecdf82895bc496941808`, from main, Feb 27th.
3434
- `TORCH_AO_HASH` to `9bdc0ca87c1134b7c1dedaa9512233b726f22955`, from main, Feb 27th.
3535
- `KLEIDIAI_HASH` to `98a6df72bdbb566bc7d8ba13d71991bcd94a8393`, v1.22.0 from main, Feb 19th.
36-
- `OPENBLAS_VERSION` to release v0.3.31, Jan 15th.
3736

3837
### Removed
3938
- Removes pytorch/pull/167720 as it has been merged upstream.

ML-Frameworks/pytorch-aarch64/versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ KLEIDIAI_HASH=98a6df72bdbb566bc7d8ba13d71991bcd94a8393 # v1.22.0 from main, Feb
1717

1818
# build-wheel.sh deps
1919
ACL_VERSION="v52.8.0"
20-
OPENBLAS_VERSION="v0.3.31"
20+
OPENBLAS_VERSION="v0.3.30"
2121

2222
# Dockerfile deps
2323
TORCHVISION_NIGHTLY="0.25.0.dev20260130"

ML-Frameworks/tensorflow-aarch64/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ where `YY` is the year, and `MM` the month of the increment.
2121

2222
### Fixed
2323

24-
## [r26.03] 2026-03-09
24+
## [r26.03] 2026-03-13
2525
https://github.com/ARM-software/Tool-Solutions/tree/r26.03
2626

2727
### Added

0 commit comments

Comments
 (0)