mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00

nGraph Library is an open-source C++ library and runtime/compiler suite for Deep Learning ecosystem. For more details, see: https://www.intel.ai/ngraph/ Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
24 lines
706 B
BlitzBasic
24 lines
706 B
BlitzBasic
SUMMARY = "nGraph Compiler Stack"
|
|
DESCRIPTION = "nGraph Compiler aims to accelerate developing AI workloads using \
|
|
any deep learning framework and deploying to a variety of \
|
|
hardware targets."
|
|
HOMEPAGE = "https://www.ngraph.ai"
|
|
|
|
SRC_URI = "git://github.com/NervanaSystems/ngraph.git;protocol=https;branch=r0.22 \
|
|
file://0001-ngraph-compile-for-DLDT-R2.patch;striplevel=2 \
|
|
"
|
|
|
|
SRCREV = "6818cc5fae57a46d8558c9fd112e04c57a35e0fa"
|
|
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://../LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
|
|
|
|
S = "${WORKDIR}/git/src"
|
|
|
|
inherit cmake
|
|
|
|
OECMAKE_GENERATOR = "Unix Makefiles"
|
|
|
|
FILES_${PN}-dev = "${includedir}"
|
|
FILES_${PN} += "${libdir}/libngraph.so"
|