https://github.com/unikraft/lib-dnnl
Unikraft port of Intel Math Kernel Library for DNNs
https://github.com/unikraft/lib-dnnl
deep-neural-networks intel library math-library unikernel unikraft
Last synced: 2 months ago
JSON representation
Unikraft port of Intel Math Kernel Library for DNNs
- Host: GitHub
- URL: https://github.com/unikraft/lib-dnnl
- Owner: unikraft
- License: other
- Created: 2020-02-06T12:09:31.000Z (over 6 years ago)
- Default Branch: staging
- Last Pushed: 2024-01-02T20:54:41.000Z (over 2 years ago)
- Last Synced: 2025-12-27T21:51:37.503Z (6 months ago)
- Topics: deep-neural-networks, intel, library, math-library, unikernel, unikraft
- Language: C
- Homepage: https://01.org/dnnl
- Size: 12.7 KB
- Stars: 1
- Watchers: 8
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING.md
Awesome Lists containing this project
README
libdnnl for Unikraft
===================
This is a port of Intel's DNNL to Unikraft. The port has a number of
dependencies. To meet them, ensure that you have the following libs
added to your LIBS variable in your app's Makefile:
* CXX standard library, e.g. `libunwind`, `compiler-rt`, `libcxxabi`,
`libcxx`
* `libc`, e.g. `newlib`
* an intrinsics package, e.g., `intel-intrinsics` or `arm-intrinsics`
Please refer to the `README.md` as well as the documentation in the `doc/`
subdirectory of the main unikraft repository.