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/mkl/build_defs.bzl | 2 +- third_party/ngraph/ngraph.BUILD | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'third_party') diff --git a/third_party/mkl/build_defs.bzl b/third_party/mkl/build_defs.bzl index bb798e715a..10c2d90c84 100644 --- a/third_party/mkl/build_defs.bzl +++ b/third_party/mkl/build_defs.bzl @@ -92,7 +92,7 @@ def if_enable_mkl(if_true, if_false = []): A select evaluating to either if_true or if_false as appropriate. """ return select({ - "//third_party/mkl:enable_mkl": if_true, + str(Label("//third_party/mkl:enable_mkl")): if_true, "//conditions:default": if_false, }) 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