Skip to content

Commit

Permalink
Fix bazel to cmake targets
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhar committed Jun 14, 2023
1 parent ee2a2c8 commit c6ca08b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build_tools/bazel_to_cmake/bazel_to_cmake_targets.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",],
Expand Down

0 comments on commit c6ca08b

Please sign in to comment.