Skip to content

Commit f5cc272

Browse files
author
jax authors
committed
Merge pull request #20646 from ROCm:rcom-ci-tsl-path-fix
PiperOrigin-RevId: 623129753
2 parents aad8fe6 + 97bf2d2 commit f5cc272

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

jaxlib/rocm/BUILD.bazel

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ pybind_extension(
100100
"@local_config_rocm//rocm:hipblas",
101101
"@local_config_rocm//rocm:rocm_headers",
102102
"@nanobind",
103-
"@tsl//tsl/python/lib/core:numpy",
103+
"@xla//xla/tsl/python/lib/core:numpy",
104104
],
105105
)
106106

@@ -141,7 +141,7 @@ pybind_extension(
141141
"@local_config_rocm//rocm:hipsolver",
142142
"@local_config_rocm//rocm:rocm_headers",
143143
"@nanobind",
144-
"@tsl//tsl/python/lib/core:numpy",
144+
"@xla//xla/tsl/python/lib/core:numpy",
145145
],
146146
)
147147

@@ -189,7 +189,7 @@ pybind_extension(
189189
"@local_config_rocm//rocm:hipsparse",
190190
"@local_config_rocm//rocm:rocm_headers",
191191
"@nanobind",
192-
"@tsl//tsl/python/lib/core:numpy",
192+
"@xla//xla/tsl/python/lib/core:numpy",
193193
],
194194
)
195195

@@ -306,7 +306,7 @@ cc_library(
306306
"@com_google_absl//absl/status:statusor",
307307
"@com_google_absl//absl/strings:str_format",
308308
"@com_google_absl//absl/synchronization",
309-
"@tsl//tsl/platform:env",
309+
"@xla//xla/tsl/util:env_var",
310310
],
311311
)
312312

0 commit comments

Comments
 (0)