Skip to content

Commit

Permalink
Internal CI/CD change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 702333677
  • Loading branch information
changm authored and Google-ML-Automation committed Dec 3, 2024
1 parent 2500111 commit a00416c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions xla/pjrt/cpu/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ cc_library(
],
features = ["-use_header_modules"],
visibility = [
"//xla/pjrt/cpu:legacy_cpu_client_users",
"//xla/pjrt/cpu:legacy_cpu_internal_users",
],
deps = [
"//xla/pjrt:status_casters",
Expand All @@ -296,7 +296,7 @@ cc_library(
],
features = ["-use_header_modules"],
visibility = [
"//xla/pjrt/cpu:legacy_cpu_client_users",
"//xla/pjrt/cpu:legacy_cpu_internal_users",
],
deps = [
"//xla:shape_util",
Expand Down Expand Up @@ -365,7 +365,7 @@ cc_library(
],
features = ["-use_header_modules"],
visibility = [
"//xla/pjrt/cpu:legacy_cpu_client_users",
"//xla/pjrt/cpu:legacy_cpu_internal_users",
],
deps = if_oss([
"@com_google_absl//absl/base:core_headers",
Expand Down

0 comments on commit a00416c

Please sign in to comment.