Bump the references to github.com/google/ruy to commit 34ea9f4993955fa1ff4eb58e504421806b7f2e8f to get the rollback of a recent regression (55cb53aa332eb91a42f095908ea63a651f86ecf3).
PiperOrigin-RevId: 315959561 Change-Id: I112ae5eadf170ad649377d8722b6328781233208
This commit is contained in:
parent
d2a0ab1c5b
commit
35bd7ea5b5
|
@ -56,8 +56,8 @@ SIFIVE_FE310_LIB_MD5 := "06ee24c4956f8e21670ab3395861fe64"
|
|||
KISSFFT_URL="https://github.com/mborgerding/kissfft/archive/v130.zip"
|
||||
KISSFFT_MD5="438ba1fef5783cc5f5f201395cc477ca"
|
||||
|
||||
RUY_URL="https://github.com/google/ruy/archive/93fdb9e66f5c53e5290ee4f74d4e7b3be4e2afc5.zip"
|
||||
RUY_MD5="2ab8a47ee5590d06950c7f2d33cd7ea1"
|
||||
RUY_URL="https://github.com/google/ruy/archive/34ea9f4993955fa1ff4eb58e504421806b7f2e8f.zip"
|
||||
RUY_MD5="18613212e9c01aba85c7d19010b194a9"
|
||||
|
||||
CIFAR10_DATASET_URL="https://www.cs.toronto.edu/~kriz/cifar-10-binary.tar.gz"
|
||||
CIFAR10_DATASET_MD5="c32a1d4ab5d03f1284b67883e8d87530"
|
||||
|
|
|
@ -37,8 +37,8 @@ EIGEN_URL="$(grep -o 'https.*gitlab.com/libeigen/eigen/-/archive/.*tar\.gz' "${B
|
|||
EIGEN_SHA="$(eval echo $(grep '# SHARED_EIGEN_SHA' "${BZL_FILE_PATH}" | grep -o '\".*\"'))"
|
||||
GEMMLOWP_URL="$(grep -o 'https://storage.googleapis.com/mirror.tensorflow.org/github.com/google/gemmlowp/.*zip' "${BZL_FILE_PATH}" | head -n1)"
|
||||
GEMMLOWP_SHA="$(eval echo $(grep '# SHARED_GEMMLOWP_SHA' "${BZL_FILE_PATH}" | grep -o '\".*\"'))"
|
||||
RUY_URL="https://github.com/google/ruy/archive/93fdb9e66f5c53e5290ee4f74d4e7b3be4e2afc5.zip"
|
||||
RUY_SHA="2c4c4edd6c8eab567931d5191d09c2494038aec87fc47453034e258ef034ca91"
|
||||
RUY_URL="https://github.com/google/ruy/archive/34ea9f4993955fa1ff4eb58e504421806b7f2e8f.zip"
|
||||
RUY_SHA="8fd4adeeff4f29796bf7cdda64806ec0495a2435361569f02afe3fe33406f07c"
|
||||
GOOGLETEST_URL="https://github.com/google/googletest/archive/release-1.8.0.tar.gz"
|
||||
GOOGLETEST_SHA="58a6f4277ca2bc8565222b3bbd58a177609e9c488e8a72649359ba51450db7d8"
|
||||
ABSL_URL="$(grep -o 'https://github.com/abseil/abseil-cpp/.*tar.gz' "${BZL_FILE_PATH}" | head -n1)"
|
||||
|
|
|
@ -5,11 +5,11 @@ load("//third_party:repo.bzl", "third_party_http_archive")
|
|||
def repo():
|
||||
third_party_http_archive(
|
||||
name = "ruy",
|
||||
sha256 = "2c4c4edd6c8eab567931d5191d09c2494038aec87fc47453034e258ef034ca91",
|
||||
strip_prefix = "ruy-93fdb9e66f5c53e5290ee4f74d4e7b3be4e2afc5",
|
||||
sha256 = "8fd4adeeff4f29796bf7cdda64806ec0495a2435361569f02afe3fe33406f07c",
|
||||
strip_prefix = "ruy-34ea9f4993955fa1ff4eb58e504421806b7f2e8f",
|
||||
urls = [
|
||||
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/google/ruy/archive/93fdb9e66f5c53e5290ee4f74d4e7b3be4e2afc5.zip",
|
||||
"https://github.com/google/ruy/archive/93fdb9e66f5c53e5290ee4f74d4e7b3be4e2afc5.zip",
|
||||
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/google/ruy/archive/34ea9f4993955fa1ff4eb58e504421806b7f2e8f.zip",
|
||||
"https://github.com/google/ruy/archive/34ea9f4993955fa1ff4eb58e504421806b7f2e8f.zip",
|
||||
],
|
||||
build_file = "//third_party/ruy:BUILD",
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue