Skip to content

Commit

Permalink
Update XLA commit.
Browse files Browse the repository at this point in the history
Fixes build error: no such target '@org_tensorflow//tensorflow/compiler/xla/mlir_hlo:python/MlirHloModule.cc'
  • Loading branch information
jakevdp committed Nov 16, 2022
1 parent e7f4fe0 commit e66fe1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
# and update the sha256 with the result.
http_archive(
name = "org_tensorflow",
sha256 = "9ebba3031e8a81993682e4b9e43891ebb8480b6287e635df8e7efaa45ab5ede7",
strip_prefix = "tensorflow-f0fe8d4c04fab1f157854a1aa3c136377901cdef",
sha256 = "bfd40279b247d2d0b0dc5c5a776b595c9d4979889dcf0529c85fe9f6ff7a5255",
strip_prefix = "tensorflow-c21f137bc42450f10f7d04f9d263852827afd079",
urls = [
"https://github.com/tensorflow/tensorflow/archive/f0fe8d4c04fab1f157854a1aa3c136377901cdef.tar.gz",
"https://github.com/tensorflow/tensorflow/archive/c21f137bc42450f10f7d04f9d263852827afd079.tar.gz",
],
)

Expand Down

0 comments on commit e66fe1d

Please sign in to comment.