v3.13-rc
Pre-release
Pre-release
Performance Optimizations
Intel 64/AMD64 Processors
- Improved performance on future Intel Core Ultra processors with Intel AVX10.2 instruction set support (codename Nova Lake).
- Improved performance of matmul on processors with Intel AMX instruction set support.
- Improved performance of
bf16/f16/f32matmul with unit M/N or K dimentions (GEMV-like) on processors with Intel AVX2 instruction set support. - Improved performance of
u8/s8matmul withu4/s4weights and grouped scales. - Improved peformance of
bf16/f16matmul withf8weights. - Improved performance of
f8quantized Scaled Dot Product Attention (SDPA) subgraph with Graph API.
Intel Graphics
- Improved performance for future integrated GPUs based on Xe3p-LPG architecture (codename Nova Lake P).
- Improved
u8/s8convolution performance on Intel Arc B-series graphics. - Improved
f16andu8/s8matmul performance withu8/s8andu4/s4weights in non-transposed layout.
AArch64 Processors
- Improved
u8/s8matmuls withu8/s8/f16/s32outputs - Improved
u8/s8convolutions withbf16/f32outputs - Improved
u8/s8lnorm performance - Improved performance of convolution training on platforms with 128-bit SVE
- Improved performance of pooling on platforms with 128-bit SVE
- Improved performance of
bf16inner-product - Improved multi-threaded bnorm performance
- Improved binary operator, and post-op performance
- Improved performance of
gelu_erfactivations
RISC-V ProcessorsExpand commentComment on line R28Resolved
- Improved
f32convolution, matmul, inner product, binary, eltwise, pooling, batch normalization, and group normalization primitive performance on processors withVextension support. - Improved
f16matmul, binary, eltwise, pooling, softmax, and layer normalization primitive performance on processors withZvfhextension support. - Improved
bf16matmul primitive performance on processors withZvfbfwmaextension support.
Functionality
Functional API
- [experimental] Introduced support for eltwise and binary post-ops in matmul with grouped memory. Optimized implementation is available on Intel GPUs.
- [experimental] Extended grouped matmul with NVFP4 quantization scheme, including support for
f4_e2m1tensors withf8_e4m3grouped scales and per-group binary post-op to implement globalfp32scale. This is an experimental feature that requires opt-in withONEDNN_EXPERIMENTAL_GROUPED_MEMORY=ONbuild option.
Graph API
- Introduced support for device-side seed, offset, and probability arguments for
Dropoutoperation.
Usability
Common
- Introduced user-managed scratchpad support in Graph API.
Intel Graphics
- Refactored verbose profiling on Intel GPUs to avoid spurious synchronizations with SYCL or OpenCL runtimes. The new implementation reports device time instead of host time and is compatible with SYCL Graph record/replay mode.
- Reduced memory consumption of Gated MLP subgraph with Graph API.
- Enabled interoperability with SYCL Graph native recording mode for Intel GPUs.
- Introduced
ONEDNN_ZE_INCLUDE_DIRandONEDNN_OCL_INCLUDE_DIRbuild knobs to use Level Zero or OpenCL headers from a user-defined location instead of the vendored headers. - [experimental] Introduced support for persistent cache with Level Zero runtime on GPU. Level Zero support is experimental.
AArch64 Processors
- Fixed a correctness issue with leaky ReLU with alpha > 1
- Fixed an issue where convolutions could be accumulated in a lower precision than intended
- Reduced baseline stack-space usage across all operators
Validation
- Extended SYCL Graph validation mode in benchdnn with support for native recording mode. This mode is enabled using
--execution-mode=native_graphknob. - Enabled SYCL recording mode validation
--execution-mode=graphfor benchdnn--graphdriver. - Introduced benchdnn knob
--mode=Sto improve performance validation speed in simulation or emulation environments. - Improved GPU performance reporting for
--mode=Fby stabilizing measurement methodology and reducing inaccuracies caused by cache effects and run-to-run variability.
Deprecated Functionality
- The BLAS-like API, including
dnnl::sgemm,dnnl::gemm_u8s8s32, anddnnl::gemm_s8s8s32, is deprecated
and will be removed in future releases. If you are using this API, consider switching to the matmul primitive. f4_e3m0data type is deprecated and will be removed in future releases.- Optimizations for Intel Iris Xe MAX Graphics and Intel Graphics included with 11th-14th Generation Intel Core Processors are deprecated and will be removed in future releases.
Breaking Changes
- The minimum version of Arm® Compute Library is now v53.1.0
Thanks to our Contributors
This release contains contributions from the project core team as well as Alexandre de Limas Santana @alexandrelimassantana, Andrei Hutu @Anndrey24, Anna Sztukowska @asztukow, @bhanuprasad14, Fadi Arafeh @fadara01, George Nash @georgen117, Georgii Zagoruiko @AstonMartin-one-77, Henry Gardiner @henry-gar, Kamil Wieloch @kwieloch-intel, Keanu Czirjak @keanucz, Michał Patronik @mikita12, Qize Li @Ga1axy0, Rohan @Rohanjames1997, velonica0 @velonica0 and Xiuchuan Zhai @azhai219.