Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 632733012
  • Loading branch information
tensorflower-gardener committed May 11, 2024
1 parent f5beb4e commit 145c14e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tensorflow/compiler/mlir/tools/kernel_gen/BUILD
Expand Up @@ -159,6 +159,7 @@ tf_cc_binary(
"//tensorflow/compiler/mlir/tools/kernel_gen/transforms:passes",
"@llvm-project//mlir:AllPassesAndDialects",
"@llvm-project//mlir:MlirOptLib",
"@llvm-project//mlir:Support",
"@local_xla//xla/mlir_hlo:all_passes",
"@local_xla//xla/mlir_hlo:hlo_dialect_registration",
"@stablehlo//:register",
Expand Down
Expand Up @@ -15,6 +15,7 @@ limitations under the License.

#include "mlir/InitAllDialects.h" // from @llvm-project
#include "mlir/InitAllPasses.h" // from @llvm-project
#include "mlir/Support/LogicalResult.h" // from @llvm-project
#include "mlir/Tools/mlir-opt/MlirOptMain.h" // from @llvm-project
#include "stablehlo/dialect/Register.h" // from @stablehlo
#include "tensorflow/compiler/mlir/tensorflow/dialect_registration.h"
Expand Down

0 comments on commit 145c14e

Please sign in to comment.