File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
load (
2
- "@tsl/ /tsl/platform/default:cuda_build_defs.bzl" ,
2
+ "@xla//xla /tsl/platform/default:cuda_build_defs.bzl" ,
3
3
"if_cuda_is_configured" ,
4
4
)
5
5
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ new_local_repository(
50
50
# curl -L https://github.com/openxla/xla/archive/<git hash>.tar.gz | sha256sum
51
51
# and update the sha256 with the result.
52
52
53
- xla_hash = 'ed936d026b1aba1265f0030c2aa1ca6d5ad9d67b '
53
+ xla_hash = '30422ba2564eb108e12fb8a01629b2d0cf1f4393 '
54
54
55
55
http_archive (
56
56
name = "xla" ,
Original file line number Diff line number Diff line change 64
64
65
65
base_dir = os .path .dirname (os .path .abspath (__file__ ))
66
66
67
- _date = '20241118 '
67
+ _date = '20241122 '
68
68
_libtpu_version = f'0.1.dev{ _date } '
69
69
_libtpu_storage_path = f'https://storage.googleapis.com/libtpu-nightly-releases/wheels/libtpu-nightly/libtpu_nightly-{ _libtpu_version } +nightly-py3-none-any.whl'
70
70
_jax_version = f'0.4.36.dev{ _date } '
Original file line number Diff line number Diff line change 3
3
"ptxla_cc_test" ,
4
4
)
5
5
load (
6
- "@tsl/ /tsl/platform/default:cuda_build_defs.bzl" ,
6
+ "@xla//xla /tsl/platform/default:cuda_build_defs.bzl" ,
7
7
"if_cuda_is_configured" ,
8
8
)
9
9
@@ -83,7 +83,7 @@ cc_library(
83
83
":tf_logging" ,
84
84
"@com_google_absl//absl/strings" ,
85
85
"@com_google_absl//absl/types:span" ,
86
- "@tsl/ /tsl/platform/cloud:gcs_file_system" ,
86
+ "@xla//xla /tsl/platform/cloud:gcs_file_system" ,
87
87
"@tsl//tsl/profiler/lib:traceme" ,
88
88
"@xla//xla:literal" ,
89
89
"@xla//xla:shape_util" ,
@@ -122,7 +122,7 @@ cc_library(
122
122
"@com_google_absl//absl/synchronization" ,
123
123
"@com_google_absl//absl/types:span" ,
124
124
"@tsl//tsl/platform:env" ,
125
- "@tsl/ /tsl/platform/cloud:gcs_file_system" ,
125
+ "@xla//xla /tsl/platform/cloud:gcs_file_system" ,
126
126
"@tsl//tsl/profiler/lib:traceme" ,
127
127
"@xla//xla:literal" ,
128
128
"@xla//xla:shape_util" ,
You can’t perform that action at this time.
0 commit comments