aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/workspace.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/workspace.bzl')
-rwxr-xr-xtensorflow/workspace.bzl43
1 files changed, 27 insertions, 16 deletions
diff --git a/tensorflow/workspace.bzl b/tensorflow/workspace.bzl
index fdbb1bf383..997725d865 100755
--- a/tensorflow/workspace.bzl
+++ b/tensorflow/workspace.bzl
@@ -831,16 +831,27 @@ def tf_workspace(path_prefix = "", tf_repo_name = ""):
)
tf_http_archive(
- name = "ngraph",
+ name = "tbb",
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",
+ "https://mirror.bazel.build/github.com/01org/tbb/archive/tbb_2018.zip",
+ "https://github.com/01org/tbb/archive/tbb_2018.zip",
],
- sha256 = "cb35d3d98836f615408afd18371fb13e3400711247e0d822ba7f306c45e9bb2c",
- strip_prefix = "ngraph-0.5.0",
- build_file = clean_dep("//third_party/ngraph:ngraph.BUILD"),
+ 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",
urls = [
@@ -852,16 +863,16 @@ def tf_workspace(path_prefix = "", tf_repo_name = ""):
build_file = clean_dep("//third_party/ngraph:nlohmann_json.BUILD"),
)
- tf_http_archive(
- name = "ngraph_tf",
- urls = [
- "https://mirror.bazel.build/github.com/NervanaSystems/ngraph-tf/archive/v0.3.0-rc1.tar.gz",
- "https://github.com/NervanaSystems/ngraph-tf/archive/v0.3.0-rc1.tar.gz",
- ],
- sha256 = "7919332cb15120101c3e05c1b969a5e029a6411581312583c8f80b6aaaa83072",
- strip_prefix = "ngraph-tf-0.3.0-rc1",
- build_file = clean_dep("//third_party/ngraph:ngraph_tf.BUILD"),
- )
+ # tf_http_archive(
+ # name = "ngraph_tf",
+ # urls = [
+ # "https://mirror.bazel.build/github.com/NervanaSystems/ngraph-tf/archive/v0.3.0-rc1.tar.gz",
+ # "https://github.com/NervanaSystems/ngraph-tf/archive/v0.3.0-rc1.tar.gz",
+ # ],
+ # sha256 = "7919332cb15120101c3e05c1b969a5e029a6411581312583c8f80b6aaaa83072",
+ # strip_prefix = "ngraph-tf-0.3.0-rc1",
+ # build_file = clean_dep("//third_party/ngraph:ngraph_tf.BUILD"),
+ # )
##############################################################################
# BIND DEFINITIONS