Skip to content

Commit

Permalink
Update XLA dependency to use revision
Browse files Browse the repository at this point in the history
  • Loading branch information
jax authors committed Oct 17, 2023
1 parent 497f809 commit 2604d0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions third_party/xla/workspace.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ load("//third_party:repo.bzl", "tf_http_archive", "tf_mirror_urls")
# curl -L https://github.com/openxla/xla/archive/<git hash>.tar.gz | sha256sum
# and update XLA_SHA256 with the result.

XLA_COMMIT = "398b89072cf1e9e0b53b503306aed8fbf520eec7"
XLA_SHA256 = "3500f61cdbff2ac9f9b4d1ce7a4180c55c691a6aac9a22a70ed1acceb1d796e4"
XLA_COMMIT = "147a47aa0dea586e2c21a565d58a370eca22ac7d"
XLA_SHA256 = "ff1e46d2e268200be19fade65f50416961327e4ea419fae33697628a4447b5be"

def repo():
tf_http_archive(
Expand Down

0 comments on commit 2604d0c

Please sign in to comment.