aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/workspace.bzl
diff options
context:
space:
mode:
authorGravatar avijit-nervana <avijit.chakraborty@intel.com>2018-09-07 19:16:04 -0700
committerGravatar avijit-nervana <avijit.chakraborty@intel.com>2018-09-07 19:16:04 -0700
commitbd1fd82712706592b9a6d34a6bac1b1f438eb00f (patch)
tree1a097ce7fa94d5357d1f6cbc692c50714f90c528 /tensorflow/workspace.bzl
parentd9a738d5fff96ecb6db62d67e049ab12202dcb42 (diff)
Updated the ngraph-tf and ngraph releases.
Diffstat (limited to 'tensorflow/workspace.bzl')
-rwxr-xr-xtensorflow/workspace.bzl40
1 files changed, 20 insertions, 20 deletions
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