OneDNN - AshokBhat/ml GitHub Wiki
- DNN performance primitives library, with C/C++ API
- Optimized for Intel hardware, with runtime detection of ISA and JIT code-gen
- https://github.com/oneapi-src/oneDNN
-
Apache 2.0
license. - Formerly MKL-DNN and DNNL
- See oneDNN-AArch64 for 64-bit Arm support
- See oneDNN Versions
Version | Relevance |
---|---|
0.21.x | Could use Intel MKL for faster GEMMs on older platforms. |
1.x | Onwards - Does not use MKL anymore - MKLDNN_USE_MKL is not applicable anymore. |
Containers | Versions |
---|---|
Intel Docker Hub images | TF 2.8.0 |