[meta-intel] [PATCH 5/5] ngraph: upgrade 0.22.1 -> 0.26.0

Naveen Saini naveen.kumar.saini at intel.com
Tue Nov 12 21:29:34 PST 2019


Release notes can be found here:

https://github.com/NervanaSystems/ngraph/releases/tag/v0.26.0

Signed-off-by: Naveen Saini <naveen.kumar.saini at intel.com>
---
 .../0001-ngraph-compile-for-DLDT-R2.patch     | 23 +++++++++++--------
 .../{ngraph_0.22.1.bb => ngraph_0.26.0.bb}    |  4 ++--
 2 files changed, 15 insertions(+), 12 deletions(-)
 rename recipes-devtools/ngraph/{ngraph_0.22.1.bb => ngraph_0.26.0.bb} (89%)

diff --git a/recipes-devtools/ngraph/ngraph/0001-ngraph-compile-for-DLDT-R2.patch b/recipes-devtools/ngraph/ngraph/0001-ngraph-compile-for-DLDT-R2.patch
index fcc2a849..1eff7e15 100644
--- a/recipes-devtools/ngraph/ngraph/0001-ngraph-compile-for-DLDT-R2.patch
+++ b/recipes-devtools/ngraph/ngraph/0001-ngraph-compile-for-DLDT-R2.patch
@@ -1,11 +1,13 @@
-From 73e9f605f8ce28c3ef9461c3a85d7dfe7814b867 Mon Sep 17 00:00:00 2001
-From: Erin Park <erin.park at intel.com>
-Date: Wed, 11 Sep 2019 11:15:13 +0800
+From be46c0280fa6565cd455a1cfd03d82fcd10630c5 Mon Sep 17 00:00:00 2001
+From: Naveen Saini <naveen.kumar.saini at intel.com>
+Date: Tue, 12 Nov 2019 15:33:20 +0800
 Subject: [PATCH] ngraph compile for DLDT R2
 
 Upstream-Status: Pending [Taken from Clear Linux with changes to install
 binaries/headers to generic locations]
+
 Signed-off-by: Anuj Mittal <anuj.mittal at intel.com>
+Signed-off-by: Naveen Saini <naveen.kumar.saini at intel.com>
 ---
  src/CMakeLists.txt        |  8 ++++--
  src/ngraph.cmake          | 54 +++++++++++++++++++++++++++++++++++++++
@@ -14,10 +16,10 @@ Signed-off-by: Anuj Mittal <anuj.mittal at intel.com>
  create mode 100644 src/ngraph.cmake
 
 diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
-index c791436d7..c18473572 100644
+index 81062c4cf..f33e80547 100644
 --- a/src/CMakeLists.txt
 +++ b/src/CMakeLists.txt
-@@ -14,14 +14,18 @@
+@@ -14,6 +14,12 @@
  # limitations under the License.
  # ******************************************************************************
  
@@ -30,8 +32,9 @@ index c791436d7..c18473572 100644
  add_definitions(-DIN_NGRAPH_LIBRARY)
  
  include_directories(ngraph)
- 
- add_subdirectory(resource)
+@@ -25,8 +31,6 @@ if (NGRAPH_MLIR_ENABLE)
+     add_subdirectory(${NGRAPH_MLIR_SOURCE_DIR})
+ endif()
  
 -add_subdirectory(ngraph)
 -
@@ -99,10 +102,10 @@ index 000000000..a0060e08e
 +add_subdirectory(${NGRAPH_SOURCE_DIR})
 +
 diff --git a/src/ngraph/CMakeLists.txt b/src/ngraph/CMakeLists.txt
-index 2a9b84549..781855941 100644
+index 09924ba40..65c7f64cf 100644
 --- a/src/ngraph/CMakeLists.txt
 +++ b/src/ngraph/CMakeLists.txt
-@@ -574,17 +574,28 @@ endif()
+@@ -642,17 +642,28 @@ endif()
  #-----------------------------------------------------------------------------------------------
  
  # nGraph
@@ -137,5 +140,5 @@ index 2a9b84549..781855941 100644
  set(CPACK_GENERATOR "DEB")
  set(CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON)
 -- 
-2.21.0
+2.17.1
 
diff --git a/recipes-devtools/ngraph/ngraph_0.22.1.bb b/recipes-devtools/ngraph/ngraph_0.26.0.bb
similarity index 89%
rename from recipes-devtools/ngraph/ngraph_0.22.1.bb
rename to recipes-devtools/ngraph/ngraph_0.26.0.bb
index fa6427b3..250272a1 100644
--- a/recipes-devtools/ngraph/ngraph_0.22.1.bb
+++ b/recipes-devtools/ngraph/ngraph_0.26.0.bb
@@ -4,11 +4,11 @@ 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 \
+SRC_URI = "git://github.com/NervanaSystems/ngraph.git;protocol=https;branch=r0.26 \
            file://0001-ngraph-compile-for-DLDT-R2.patch;striplevel=2 \
            "
 
-SRCREV = "6818cc5fae57a46d8558c9fd112e04c57a35e0fa"
+SRCREV = "7f5ad2435b48b296eb8798d9aacedc7fb706e477"
 
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://../LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
-- 
2.17.1



More information about the meta-intel mailing list