未验证 提交 f5ce1c00 编写于 作者: S Sundeep Gottipati 提交者: GitHub

Merge pull request #28973 from bananabowl/cherrypicks_NL20I

Two cherrypicks
......@@ -26,7 +26,7 @@ if [ ! -f $BZL_FILE_PATH ]; then
exit 1;
fi
EIGEN_URL="$(grep -o 'http.*bitbucket.org/eigen/eigen/get/.*tar\.gz' "${BZL_FILE_PATH}" | grep -v mirror.bazel | head -n1)"
EIGEN_URL="$(grep -o 'https://bitbucket.org/eigen/eigen/get/.*tar\.gz' "${BZL_FILE_PATH}" | grep -v mirror.bazel | head -n1)"
GEMMLOWP_URL="$(grep -o 'http://mirror.tensorflow.org/github.com/google/gemmlowp/.*zip' "${BZL_FILE_PATH}" | head -n1)"
GOOGLETEST_URL="https://github.com/google/googletest/archive/release-1.8.0.tar.gz"
NSYNC_URL="$(grep -o 'http://mirror.tensorflow.org/github.com/google/nsync/.*tar\.gz' "${BZL_FILE_PATH}" | head -n1)"
......
......@@ -237,7 +237,7 @@ cuda_py_test(
],
shard_count = 5,
tags = [
"no_windows_gpu",
"no_gpu", # TODO(b/131773093): Re-enable.
"nomsan", # TODO(b/131773093): Re-enable.
],
xla_enable_strict_auto_jit = True,
......
......@@ -149,11 +149,11 @@ def tf_workspace(path_prefix = "", tf_repo_name = ""):
name = "eigen_archive",
build_file = clean_dep("//third_party:eigen.BUILD"),
patch_file = clean_dep("//third_party/eigen3:gpu_packet_math.patch"),
sha256 = "74845ea27e19a1bcf63f3f271de62e06798f23e0467bb9d45b83a94918941b23",
strip_prefix = "eigen-eigen-20cbc6576426",
sha256 = "0dde8fb87f5dad2e409c9f4ea1bebc54e694cf4f3b633081b0d51a55c00f9c9f",
strip_prefix = "eigen-eigen-a0d250e79c79",
urls = [
"http://mirror.tensorflow.org/bitbucket.org/eigen/eigen/get/20cbc6576426.tar.gz",
"https://bitbucket.org/eigen/eigen/get/20cbc6576426.tar.gz",
"http://mirror.tensorflow.org/bitbucket.org/eigen/eigen/get/a0d250e79c79.tar.gz",
"https://bitbucket.org/eigen/eigen/get/a0d250e79c79.tar.gz",
],
)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册