pkg: add support to gemmlowp library
This commit is contained in:
parent
4fc31b51f8
commit
2af88551e7
9
pkg/gemmlowp/Makefile
Normal file
9
pkg/gemmlowp/Makefile
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
PKG_NAME=gemmlowp
|
||||||
|
PKG_URL=https://github.com/google/gemmlowp
|
||||||
|
PKG_VERSION=dc69acdf61d7a64260ae0eb9c17421fef0488c02
|
||||||
|
PKG_LICENSE=Apache2.0
|
||||||
|
|
||||||
|
include $(RIOTBASE)/pkg/pkg.mk
|
||||||
|
|
||||||
|
all:
|
||||||
|
"$(MAKE)" -C $(PKG_BUILDDIR) -f $(CURDIR)/Makefile.$(PKG_NAME)
|
||||||
5
pkg/gemmlowp/Makefile.gemmlowp
Normal file
5
pkg/gemmlowp/Makefile.gemmlowp
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
MODULE = gemmlowp
|
||||||
|
|
||||||
|
NO_AUTO_SRC = 1
|
||||||
|
|
||||||
|
include $(RIOTBASE)/Makefile.base
|
||||||
3
pkg/gemmlowp/Makefile.include
Normal file
3
pkg/gemmlowp/Makefile.include
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
INCLUDES += -I$(PKGDIRBASE)/gemmlowp
|
||||||
|
|
||||||
|
CXXEXFLAGS += -Wno-sign-compare
|
||||||
9
pkg/gemmlowp/doc.txt
Normal file
9
pkg/gemmlowp/doc.txt
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
/**
|
||||||
|
* @defgroup pkg_gemmlowp GEMM (General Matrix Multiplication) library
|
||||||
|
* @ingroup pkg
|
||||||
|
* @brief Provides support for GEMM library from Google
|
||||||
|
*
|
||||||
|
* Only provided in RIOT as a dependency of the TensorFlow-Lite package.
|
||||||
|
*
|
||||||
|
* @see https://github.com/google/gemmlowp
|
||||||
|
*/
|
||||||
Loading…
x
Reference in New Issue
Block a user