aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/ngraph
diff options
context:
space:
mode:
authorGravatar avijit-nervana <avijit.chakraborty@intel.com>2018-08-28 18:46:45 -0700
committerGravatar avijit-nervana <avijit.chakraborty@intel.com>2018-08-28 18:46:45 -0700
commit66b27b0f4c3541268007b251885f8db424147e66 (patch)
treed0b337606c174c42bf3cf2f8a563a7674a1ce0f0 /third_party/ngraph
parent757538bd14f24de3d7bf654a03c6543bb06a8e75 (diff)
Added comments.
Diffstat (limited to 'third_party/ngraph')
-rw-r--r--third_party/ngraph/ngraph.BUILD2
-rw-r--r--third_party/ngraph/tbb.BUILD5
2 files changed, 4 insertions, 3 deletions
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",