Skip to content

Commit a460ef9

Browse files
committed
doc: style edits
1 parent 3eb42f5 commit a460ef9

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

RELEASE_NOTES.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
## Intel Graphics Products
4848
* Introduced select algorithm support in [binary primitive].
49-
* Introduced support for `f4_e2m1` and `f4_e3m0` data types in convolution.
49+
* Introduced support for `f4_e2m1` and `f4_e3m0` data types in convolution primitive.
5050
* Introduced support for the [GenIndex] operation in Graph API.
5151

5252
[binary primitive]: https://uxlfoundation.github.io/oneDNN/v3.8/dev_guide_binary.html
@@ -64,7 +64,7 @@
6464

6565
# Usability
6666

67-
* Added support for Group Normalization primitive with [`ONEDNN_ENABLE_PRIMITIVE`] build option.
67+
* Added support for group normalization primitive with [`ONEDNN_ENABLE_PRIMITIVE`] build option.
6868
* Enabled support for ROCm 6 on AMD GPUs.
6969
* Improved CMake integration for oneDNN installation with Nvidia backend enabled.
7070
* Reduced memory footprint for matmul primitive when using ACL.
@@ -74,22 +74,21 @@
7474
# Validation
7575
* Added benchdnn option [`--execution-mode`] to test oneDNN functionality with SYCL Graph record/execute mode.
7676
* Extended benchdnn option [`--cold-cache`] with support for cold TLB mode.
77-
* Added benchdnn option `--bia-dt` to control bias data type for matmul, inner product, convolution, and deconvolution.
77+
* Added benchdnn option `--bia-dt` to control bias data type for matmul, inner product, convolution, and deconvolution primitives.
7878
* Extended syntax of benchdnn `--dt` option in [Graph API driver] to manage data types of individual tensors in a pattern.
7979

8080
[`--execution-mode`]: https://github.com/uxlfoundation/oneDNN/blob/rls-v3.8/tests/benchdnn/doc/knobs_common.md#--execution-mode
8181
[`--cold-cache`]: https://github.com/uxlfoundation/oneDNN/blob/rls-v3.8/tests/benchdnn/doc/knob_cold_cache.md
8282
[Graph API driver]: https://github.com/uxlfoundation/oneDNN/blob/rls-v3.8/tests/benchdnn/doc/driver_graph.md
8383

8484
# Deprecated Functionality
85-
* [BLAS-like API] including `dnnl::sgemm`, `dnnl::gemm_u8s8s32`, and `dnnl::gemm_s8s8s32` functions
86-
is deprecated and will be removed in future releases. If you are using this API consider switching to [matmul primitive].
85+
* [BLAS-like API] including `dnnl::sgemm`, `dnnl::gemm_u8s8s32`, and `dnnl::gemm_s8s8s32` functions is deprecated and will be removed in future releases. If you are using this API consider switching to [matmul primitive].
8786

8887
[BLAS-like API]: https://uxlfoundation.github.io/oneDNN/v3.8/group_dnnl_api_blas.html
8988
[matmul primitive]: https://uxlfoundation.github.io/oneDNN/v3.8/dev_guide_matmul.html
9089

9190
# Breaking Changes
92-
* Removed the experimental [Graph Compiler] backend for Graph API.
91+
* Removed the experimental [Graph Compiler] backend for Graph API.
9392

9493
[Graph Compiler]: https://uxlfoundation.github.io/oneDNN/v3.7/dev_guide_graph_compiler.html
9594

0 commit comments

Comments
 (0)