aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/workspace.bzl
diff options
context:
space:
mode:
authorGravatar avijit-nervana <avijit.chakraborty@intel.com>2018-08-22 23:34:34 -0700
committerGravatar avijit-nervana <avijit.chakraborty@intel.com>2018-08-22 23:34:34 -0700
commit52d3e5a3a7bece06da072dcfb3f4ac53e83f8470 (patch)
tree62cac513c160aa6d9583c97e53a53f9d7449fb0d /tensorflow/workspace.bzl
parentb425b0ed272a28ccb6dbc3d3ab937da257b7f02d (diff)
Added the BUILD files for tbb and updated the ngraph.BUILD with
CPU library (DEX).
Diffstat (limited to 'tensorflow/workspace.bzl')
-rw-r--r--tensorflow/workspace.bzl29
1 files changed, 20 insertions, 9 deletions
diff --git a/tensorflow/workspace.bzl b/tensorflow/workspace.bzl
index 5d90d0fe64..951cb8a89d 100644
--- a/tensorflow/workspace.bzl
+++ b/tensorflow/workspace.bzl
@@ -833,15 +833,26 @@ def tf_workspace(path_prefix = "", tf_repo_name = ""):
)
tf_http_archive(
- name = "ngraph",
- urls = [
- "https://mirror.bazel.build/github.com/NervanaSystems/ngraph/archive/v0.5.0.tar.gz",
- "https://github.com/NervanaSystems/ngraph/archive/v0.5.0.tar.gz",
- ],
- sha256 = "cb35d3d98836f615408afd18371fb13e3400711247e0d822ba7f306c45e9bb2c",
- strip_prefix = "ngraph-0.5.0",
- build_file = clean_dep("//third_party/ngraph:ngraph.BUILD"),
- )
+ name = "tbb",
+ urls = [
+ "https://mirror.bazel.build/github.com/01org/tbb/archive/tbb_2018.zip",
+ "https://github.com/01org/tbb/archive/tbb_2018.zip",
+ ],
+ sha256 = "724686f90bcda78f13b76f297d964008737ccd6399328143c1c0093e73ae6a13",
+ strip_prefix = "tbb-tbb_2018",
+ build_file = clean_dep("//third_party/ngraph:tbb.BUILD"),
+ )
+
+ # tf_http_archive(
+ # name = "ngraph",
+ # urls = [
+ # "https://mirror.bazel.build/github.com/NervanaSystems/ngraph/archive/v0.5.0.tar.gz",
+ # "https://github.com/NervanaSystems/ngraph/archive/v0.5.0.tar.gz",
+ # ],
+ # sha256 = "cb35d3d98836f615408afd18371fb13e3400711247e0d822ba7f306c45e9bb2c",
+ # strip_prefix = "ngraph-0.5.0",
+ # build_file = clean_dep("//third_party/ngraph:ngraph.BUILD"),
+ # )
tf_http_archive(
name = "nlohmann_json_lib",