Skip to content

Commit 5d3866b

Browse files
committed
Add aarch64 contributions
Signed-off-by: Siddhartha Menon <[email protected]>
1 parent a460ef9 commit 5d3866b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

RELEASE_NOTES.md

+4
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
* Improved `fp16` reorder performance.
3030
* Improved `int8` matmul performance.
3131
* Improved `bf16` inner product forward propagation performance with Arm Compute Library (ACL).
32+
* Improved `bf16` eltwise performance.
3233
* Improved convolution performance on processors with SVE support with ACL.
3334

3435
# Functionality
@@ -68,6 +69,9 @@
6869
* Enabled support for ROCm 6 on AMD GPUs.
6970
* Improved CMake integration for oneDNN installation with Nvidia backend enabled.
7071
* Reduced memory footprint for matmul primitive when using ACL.
72+
* Fixed correctness issues in `fp32` reorders when using ACL.
73+
* Fixed sporadic crash in matmuls when using ACL with threadpool scheduler.
74+
* Fixed sporadic correctness issue in convolutions with ACL.
7175

7276
[`ONEDNN_ENABLE_PRIMITIVE`]: https://uxlfoundation.github.io/oneDNN/v3.8/dev_guide_build_options.html#onednn-enable-primitive
7377

0 commit comments

Comments
 (0)