Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.