Skip to content

Commit 39e67b5

Browse files
authored
Update XLA pin to 11/22 (#8411)
1 parent 51575db commit 39e67b5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

BUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
load(
2-
"@tsl//tsl/platform/default:cuda_build_defs.bzl",
2+
"@xla//xla/tsl/platform/default:cuda_build_defs.bzl",
33
"if_cuda_is_configured",
44
)
55

WORKSPACE

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ new_local_repository(
5050
# curl -L https://github.com/openxla/xla/archive/<git hash>.tar.gz | sha256sum
5151
# and update the sha256 with the result.
5252

53-
xla_hash = 'ed936d026b1aba1265f0030c2aa1ca6d5ad9d67b'
53+
xla_hash = '30422ba2564eb108e12fb8a01629b2d0cf1f4393'
5454

5555
http_archive(
5656
name = "xla",

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
base_dir = os.path.dirname(os.path.abspath(__file__))
6666

67-
_date = '20241118'
67+
_date = '20241122'
6868
_libtpu_version = f'0.1.dev{_date}'
6969
_libtpu_storage_path = f'https://storage.googleapis.com/libtpu-nightly-releases/wheels/libtpu-nightly/libtpu_nightly-{_libtpu_version}+nightly-py3-none-any.whl'
7070
_jax_version = f'0.4.36.dev{_date}'

torch_xla/csrc/runtime/BUILD

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ load(
33
"ptxla_cc_test",
44
)
55
load(
6-
"@tsl//tsl/platform/default:cuda_build_defs.bzl",
6+
"@xla//xla/tsl/platform/default:cuda_build_defs.bzl",
77
"if_cuda_is_configured",
88
)
99

@@ -83,7 +83,7 @@ cc_library(
8383
":tf_logging",
8484
"@com_google_absl//absl/strings",
8585
"@com_google_absl//absl/types:span",
86-
"@tsl//tsl/platform/cloud:gcs_file_system",
86+
"@xla//xla/tsl/platform/cloud:gcs_file_system",
8787
"@tsl//tsl/profiler/lib:traceme",
8888
"@xla//xla:literal",
8989
"@xla//xla:shape_util",
@@ -122,7 +122,7 @@ cc_library(
122122
"@com_google_absl//absl/synchronization",
123123
"@com_google_absl//absl/types:span",
124124
"@tsl//tsl/platform:env",
125-
"@tsl//tsl/platform/cloud:gcs_file_system",
125+
"@xla//xla/tsl/platform/cloud:gcs_file_system",
126126
"@tsl//tsl/profiler/lib:traceme",
127127
"@xla//xla:literal",
128128
"@xla//xla:shape_util",

0 commit comments

Comments
 (0)