[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Minios-devel] [UNIKRAFT/LIBMKLDNN PATCH v2 0/4] Port of Intel's mkl-dnn to Unikraft



Changes since v1:
 * Config.uk properly selects newlib instead of nolibc
 * README.md documents value of STACK_SIZE_PAGE_ORDER to use
 * Add patches to reduce port's memory consumption
 * Commit history follows new template

Felipe Huici (4):
  Introduce library skeleton
  Add Makefile.uk
  Add headers
  Add patches.

 .gitignore                                         |  27 +++
 CODING_STYLE.md                                    |   4 +
 CONTRIBUTING.md                                    |   4 +
 COPYING.md                                         |  39 ++++
 Config.uk                                          |  12 +
 MAINTAINERS.md                                     |  10 +
 Makefile.uk                                        | 244 +++++++++++++++++++++
 README.md                                          |  19 ++
 include/cpuid.h                                    | 158 +++++++++++++
 include/mkldnn_version.h                           |  32 +++
 .../0001-reduce-pagesize-used-by-scratchpad.patch  |  11 +
 ...ve-definition-of-XBYAK_USE_MMAP_ALLOCATOR.patch |  12 +
 12 files changed, 572 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/mkldnn_version.h
 create mode 100644 patches/0001-reduce-pagesize-used-by-scratchpad.patch
 create mode 100644 
patches/0002-remove-definition-of-XBYAK_USE_MMAP_ALLOCATOR.patch

-- 
2.11.0


_______________________________________________
Minios-devel mailing list
Minios-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/minios-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.