Skip to content

Commit ed04508

Browse files
committed
add conv optimizations
1 parent 2cb4458 commit ed04508

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

ML-Frameworks/pytorch-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 oneDNN [PR](https://github.com/uxlfoundation/oneDNN/pull/4377) optimize brgemm.
1112

1213
### Changed
1314
- Updates hashes for:

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ git-shallow-clone https://github.com/pytorch/pytorch.git $PYTORCH_HASH
9797

9898
# https://github.com/uxlfoundation/oneDNN/pull/4237 - cpu: aarch64: jit_reorder: cache blocking 4/8 inner blocks
9999
apply-github-patch uxlfoundation/oneDNN 8bdff1a2a6625432701363185a9bd34f7c22f241
100+
# https://github.com/uxlfoundation/oneDNN/pull/4377 - cpu: aarch64: conv: optimize brgemm
101+
apply-github-patch uxlfoundation/oneDNN 93b8cc29afc6ee9c2856436a5f5b10d5f1f2f2f1
100102
)
101103
)
102104
(

0 commit comments

Comments
 (0)