|
46 | 46 |
|
47 | 47 | ## Intel Graphics Products
|
48 | 48 | * 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. |
50 | 50 | * Introduced support for the [GenIndex] operation in Graph API.
|
51 | 51 |
|
52 | 52 | [binary primitive]: https://uxlfoundation.github.io/oneDNN/v3.8/dev_guide_binary.html
|
|
64 | 64 |
|
65 | 65 | # Usability
|
66 | 66 |
|
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. |
68 | 68 | * Enabled support for ROCm 6 on AMD GPUs.
|
69 | 69 | * Improved CMake integration for oneDNN installation with Nvidia backend enabled.
|
70 | 70 | * Reduced memory footprint for matmul primitive when using ACL.
|
|
74 | 74 | # Validation
|
75 | 75 | * Added benchdnn option [`--execution-mode`] to test oneDNN functionality with SYCL Graph record/execute mode.
|
76 | 76 | * 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. |
78 | 78 | * Extended syntax of benchdnn `--dt` option in [Graph API driver] to manage data types of individual tensors in a pattern.
|
79 | 79 |
|
80 | 80 | [`--execution-mode`]: https://github.com/uxlfoundation/oneDNN/blob/rls-v3.8/tests/benchdnn/doc/knobs_common.md#--execution-mode
|
81 | 81 | [`--cold-cache`]: https://github.com/uxlfoundation/oneDNN/blob/rls-v3.8/tests/benchdnn/doc/knob_cold_cache.md
|
82 | 82 | [Graph API driver]: https://github.com/uxlfoundation/oneDNN/blob/rls-v3.8/tests/benchdnn/doc/driver_graph.md
|
83 | 83 |
|
84 | 84 | # 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]. |
87 | 86 |
|
88 | 87 | [BLAS-like API]: https://uxlfoundation.github.io/oneDNN/v3.8/group_dnnl_api_blas.html
|
89 | 88 | [matmul primitive]: https://uxlfoundation.github.io/oneDNN/v3.8/dev_guide_matmul.html
|
90 | 89 |
|
91 | 90 | # Breaking Changes
|
92 |
| -* Removed the experimental [Graph Compiler] backend for Graph API. |
| 91 | +* Removed the experimental [Graph Compiler] backend for Graph API. |
93 | 92 |
|
94 | 93 | [Graph Compiler]: https://uxlfoundation.github.io/oneDNN/v3.7/dev_guide_graph_compiler.html
|
95 | 94 |
|
|
0 commit comments