From f172c52ac74ae6db228119b90785add81648372e Mon Sep 17 00:00:00 2001 From: avijit-nervana Date: Thu, 27 Sep 2018 12:57:24 -0700 Subject: Fixed the broken unit tests --- third_party/ngraph/ngraph.BUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'third_party/ngraph') diff --git a/third_party/ngraph/ngraph.BUILD b/third_party/ngraph/ngraph.BUILD index 71b2187011..6602a480af 100644 --- a/third_party/ngraph/ngraph.BUILD +++ b/third_party/ngraph/ngraph.BUILD @@ -110,7 +110,7 @@ cc_library( "-I external/ngraph/src", "-I external/nlohmann_json_lib/include/", '-D SHARED_LIB_EXT=\\".so\\"', - '-D NGRAPH_VERSION=\\"0.8.0\\"', + '-D NGRAPH_VERSION=\\"0.8.1\\"', "-D NGRAPH_DEX_ONLY", ], visibility = ["//visibility:public"], @@ -144,7 +144,7 @@ cc_library( "-I external/ngraph/src", "-I external/nlohmann_json_lib/include/", '-D SHARED_LIB_EXT=\\".so\\"', - '-D NGRAPH_VERSION=\\"0.8.0\\"', + '-D NGRAPH_VERSION=\\"0.8.1\\"', ], visibility = ["//visibility:public"], alwayslink = 1, -- cgit v1.2.3