From c6ca08b4e9b13b8585be2f1f93c723fd3f7cfc49 Mon Sep 17 00:00:00 2001 From: Jakub Kuderski Date: Tue, 13 Jun 2023 21:20:58 -0400 Subject: [PATCH] Fix bazel to cmake targets --- build_tools/bazel_to_cmake/bazel_to_cmake_targets.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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",],