diff --git a/utils/bazel/WORKSPACE.bazel b/utils/bazel/WORKSPACE.bazel index 910f86ec6..f7a81a4fa 100644 --- a/utils/bazel/WORKSPACE.bazel +++ b/utils/bazel/WORKSPACE.bazel @@ -37,8 +37,8 @@ llvm_configure( ) local_repository( - name = "mlir-hlo", - path = "../../externals/mlir-hlo/", + name = "stablehlo", + path = "../../externals/stablehlo/", ) new_local_repository( diff --git a/utils/bazel/torch-mlir-overlay/BUILD.bazel b/utils/bazel/torch-mlir-overlay/BUILD.bazel index 85eb5f3a6..fa8fccd01 100644 --- a/utils/bazel/torch-mlir-overlay/BUILD.bazel +++ b/utils/bazel/torch-mlir-overlay/BUILD.bazel @@ -449,9 +449,8 @@ cc_library( ":TorchMLIRTorchBackendTypeConversion", ":TorchMLIRTorchConversionDialect", "@llvm-project//mlir:Dialect", - "@mlir-hlo//:mlir_hlo", - "@mlir-hlo//:transforms_passes", - "@mlir-hlo//stablehlo:register", + "@stablehlo//:register", + "@stablehlo//:stablehlo_passes", ], )