Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (almost 5 years ago)
- Default Branch: staging
- Last Pushed: 2024-01-02T20:54:41.000Z (about 1 year ago)
- Last Synced: 2024-04-17T21:16:42.258Z (9 months ago)
- Topics: deep-neural-networks, intel, library, math-library, unikernel, unikraft
- Language: C
- Homepage: https://01.org/dnnl
- Size: 12.7 KB
- Stars: 0
- Watchers: 12
- 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.