-
Notifications
You must be signed in to change notification settings - Fork 1
oneDNN
A Bhat edited this page May 25, 2022
·
16 revisions
- 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 |