Skip to content

Commit 10fdee3

Browse files
ddunlGoogle-ML-Automation
authored andcommitted
Move tsl/platform/{build_config,build_config_root,rules_cc}.bzl to xla/tsl/platform
PiperOrigin-RevId: 700472724
1 parent 9c42379 commit 10fdee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jaxlib/jax.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ load("@local_config_rocm//rocm:build_defs.bzl", _if_rocm_is_configured = "if_roc
2020
load("@python_version_repo//:py_version.bzl", "HERMETIC_PYTHON_VERSION")
2121
load("@rules_cc//cc:defs.bzl", _cc_proto_library = "cc_proto_library")
2222
load("@rules_python//python:defs.bzl", "py_test")
23-
load("@tsl//tsl/platform:build_config_root.bzl", _tf_cuda_tests_tags = "tf_cuda_tests_tags", _tf_exec_properties = "tf_exec_properties")
2423
load("@xla//xla/tsl:tsl.bzl", _if_windows = "if_windows", _pybind_extension = "tsl_pybind_extension_opensource")
24+
load("@xla//xla/tsl/platform:build_config_root.bzl", _tf_cuda_tests_tags = "tf_cuda_tests_tags", _tf_exec_properties = "tf_exec_properties")
2525

2626
# Explicitly re-exports names to avoid "unused variable" warnings from .bzl
2727
# lint tools.

0 commit comments

Comments
 (0)