From 66b27b0f4c3541268007b251885f8db424147e66 Mon Sep 17 00:00:00 2001 From: avijit-nervana Date: Tue, 28 Aug 2018 18:46:45 -0700 Subject: Added comments. --- third_party/ngraph/ngraph.BUILD | 2 -- third_party/ngraph/tbb.BUILD | 5 ++++- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'third_party/ngraph') diff --git a/third_party/ngraph/ngraph.BUILD b/third_party/ngraph/ngraph.BUILD index 3d9c3ac044..426d49c542 100644 --- a/third_party/ngraph/ngraph.BUILD +++ b/third_party/ngraph/ngraph.BUILD @@ -124,8 +124,6 @@ cc_library( "src/ngraph/pass/*.hpp", "src/ngraph/runtime/*.cpp", "src/ngraph/type/*.cpp", - #"src/ngraph/runtime/interpreter/*.cpp", - #"src/ngraph/runtime/interpreter/*.hpp", ]), deps = [ ":ngraph_headers", diff --git a/third_party/ngraph/tbb.BUILD b/third_party/ngraph/tbb.BUILD index 7c760cb3b3..e2096e48af 100644 --- a/third_party/ngraph/tbb.BUILD +++ b/third_party/ngraph/tbb.BUILD @@ -3,8 +3,11 @@ licenses(["notice"]) # 3-Clause BSD exports_files(["LICENSE"]) # Taken from: https://github.com/rnburn/satyr/blob/master/bazel/tbb.BUILD -# License: MIT +# License for this BUILD file: MIT # See: https://github.com/rnburn/satyr/blob/master/LICENSE +# +# License for TBB: Apache 2.0 +# See: https://github.com/01org/tbb/blob/tbb_2018/LICENSE genrule( name = "build_tbb", -- cgit v1.2.3