[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT/LIBDNNL PATCH 0/2] Initial port of Intel's DNNL
This is our initial port of Intel's Deep Neural Network Library (DNNL) to Unikraft Felipe Huici (2): Introduce library skeleton Add Makefile.uk and patches .gitignore | 27 ++ CODING_STYLE.md | 4 + CONTRIBUTING.md | 4 + COPYING.md | 39 +++ Config.uk | 17 + MAINTAINERS.md | 10 + Makefile.uk | 321 ++++++++++++++++++ README.md | 13 + include/cpuid.h | 158 +++++++++ include/dnnl_config.h | 84 +++++ include/dnnl_version.h | 36 ++ ...001-prevent-clobbering-barrier-macro.patch | 11 + patches/0002-prevent-clobbering-B-macro.patch | 11 + .../0003-prevent-clobbering-nop-macro.patch | 11 + 14 files changed, 746 insertions(+) create mode 100644 .gitignore create mode 100644 CODING_STYLE.md create mode 100644 CONTRIBUTING.md create mode 100644 COPYING.md create mode 100644 Config.uk create mode 100644 MAINTAINERS.md create mode 100644 Makefile.uk create mode 100644 README.md create mode 100644 include/cpuid.h create mode 100644 include/dnnl_config.h create mode 100644 include/dnnl_version.h create mode 100644 patches/0001-prevent-clobbering-barrier-macro.patch create mode 100644 patches/0002-prevent-clobbering-B-macro.patch create mode 100644 patches/0003-prevent-clobbering-nop-macro.patch -- 2.20.1 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |