Skip to content

Commit

Permalink
[Eigen] Version bump to work with ComputeCpp 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Iwanski committed May 16, 2018
1 parent a179e0d commit 00b0040
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tensorflow/workspace.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,11 @@ def tf_workspace(path_prefix="", tf_repo_name=""):
tf_http_archive(
name = "eigen_archive",
urls = [
"http://mirror.bazel.build/bitbucket.org/mehdi_goli/opencl/get/d241b80712dc.tar.gz",
"https://bitbucket.org/mehdi_goli/opencl/get/59153ca2f359.tar.gz",
"http://mirror.bazel.build/bitbucket.org/mehdi_goli/opencl/get/8f3d59bd29e1.tar.gz",
"https://bitbucket.org/mehdi_goli/opencl/get/8f3d59bd29e1.tar.gz",
],
sha256 = "914e87393caa2b3afc6779d4618d266c164ff26c6a6c1ad555789d0280bf17e8",
strip_prefix = "mehdi_goli-opencl-59153ca2f359",
sha256 = "1b65a2e48c92e04ddde55847deafd8d183b5d8673dff91bc37674b43be9c2564",
strip_prefix = "mehdi_goli-opencl-8f3d59bd29e1",
build_file = str(Label("//third_party:eigen.BUILD")),
)

Expand Down

0 comments on commit 00b0040

Please sign in to comment.