Fix mhlo bazel rule name (#1136)

pull/1138/head
Ahmed S. Taei 2022-08-02 12:28:53 -07:00 committed by GitHub
parent a7af1fd873
commit 82af44da2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -464,7 +464,7 @@ cc_library(
":TorchMLIRConversionPassesIncGen",
":TorchMLIRTorchConversionDialect",
":TorchMLIRConversionUtils",
"@mlir-hlo//:hlo",
"@mlir-hlo//:mlir_hlo",
"@llvm-project//mlir:Dialect"
]
)