diff --git a/build_tools/bazel_to_cmake/bazel_to_cmake_targets.py b/build_tools/bazel_to_cmake/bazel_to_cmake_targets.py index a8cfcfbef837..9d95d23f2ea3 100644 --- a/build_tools/bazel_to_cmake/bazel_to_cmake_targets.py +++ b/build_tools/bazel_to_cmake/bazel_to_cmake_targets.py @@ -78,9 +78,9 @@ def __init__(self, repo_map: Dict[str, str]): "@llvm-project//mlir:VectorOps": ["MLIRVector"], # StableHLO. - "@stablehlo//stablehlo:chlo_ops": ["ChloOps",], - "@stablehlo//stablehlo:stablehlo_ops": ["StablehloOps",], - "@stablehlo//stablehlo:broadcast_utils": ["StablehloBroadcastUtils",], + "@stablehlo//:chlo_ops": ["ChloOps",], + "@stablehlo//:stablehlo_ops": ["StablehloOps",], + "@stablehlo//:broadcast_utils": ["StablehloBroadcastUtils",], # NCCL "@nccl//:headers": ["nccl::headers",],