aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--WORKSPACE12
-rwxr-xr-xtensorflow/workspace.bzl40
2 files changed, 20 insertions, 32 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 15aa24f3c1..f1d0ed565d 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -80,15 +80,3 @@ new_http_archive(
],
)
-new_local_repository(
- name = "ngraph",
- path = "/nfs/site/home/avijitch/workspace/tf-upstream/ngraph",
- build_file = "//third_party/ngraph:ngraph.BUILD",
-)
-
-new_local_repository(
- name = "ngraph_tf",
- path = "/nfs/site/home/avijitch/workspace/tf-upstream/ngraph-tf",
- build_file = "//third_party/ngraph:ngraph_tf.BUILD",
-)
-
diff --git a/tensorflow/workspace.bzl b/tensorflow/workspace.bzl
index 0ff695d9f8..79b3df1e51 100755
--- a/tensorflow/workspace.bzl
+++ b/tensorflow/workspace.bzl
@@ -841,16 +841,16 @@ def tf_workspace(path_prefix = "", tf_repo_name = ""):
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 = "ngraph",
+ urls = [
+ "https://mirror.bazel.build/github.com/NervanaSystems/ngraph/archive/v0.7.0.tar.gz",
+ "https://github.com/NervanaSystems/ngraph/archive/v0.7.0.tar.gz",
+ ],
+ sha256 = "",
+ strip_prefix = "ngraph-0.7.0",
+ build_file = clean_dep("//third_party/ngraph:ngraph.BUILD"),
+ )
tf_http_archive(
name = "nlohmann_json_lib",
@@ -863,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.5.0.tar.gz",
+ "https://github.com/NervanaSystems/ngraph-tf/archive/v0.5.0.tar.gz",
+ ],
+ sha256 = "23b4566d8e40d6f1f236b0ffe3905dd964ae42ca54bacff67f24abcefd443afb",
+ strip_prefix = "ngraph-tf-0.5.0",
+ build_file = clean_dep("//third_party/ngraph:ngraph_tf.BUILD"),
+ )
##############################################################################
# BIND DEFINITIONS