Skip to content

Commit

Permalink
Bump the version of nccl for macos fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
gunan committed Feb 8, 2017
1 parent 81e823d commit 1536a84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tensorflow/workspace.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -387,9 +387,9 @@ def tf_workspace(path_prefix = "", tf_repo_name = ""):

native.new_http_archive(
name = "nccl_archive",
url = "https://github.com/NVIDIA/nccl/archive/2a974f5ca2aa12b178046b2206b43f1fd69d9fae.tar.gz",
sha256 = "d6aa1a3f20ae85358890d9a96f49c51a75baa1d3af3598501f29ff9ef8a3107d",
strip_prefix = "nccl-2a974f5ca2aa12b178046b2206b43f1fd69d9fae",
url = "https://github.com/nvidia/nccl/archive/024d1e267845f2ed06f3e2e42476d50f04a00ee6.tar.gz",
sha256 = "6787f0eed88d52ee8e32956fa4947d92c139da469f1d8e311c307f27d641118e",
strip_prefix = "nccl-024d1e267845f2ed06f3e2e42476d50f04a00ee6",
build_file = str(Label("//third_party:nccl.BUILD")),
)

Expand Down

0 comments on commit 1536a84

Please sign in to comment.