Skip to content

Commit

Permalink
Fix windows only build failure on include filename.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 679703637
  • Loading branch information
GleasonK authored and Google-ML-Automation committed Sep 27, 2024
1 parent 175328a commit 42ca673
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 42 deletions.
1 change: 0 additions & 1 deletion xla/mlir_hlo/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -1130,7 +1130,6 @@ cc_library(
srcs = [
"stablehlo_ext/transforms/chlo_recompose_ops.cpp",
"stablehlo_ext/transforms/stablehlo_canonicalize_dynamism.cpp",
"stablehlo_ext/transforms/stablehlo_create_compatibility_expander.cpp",
"stablehlo_ext/transforms/stablehlo_refine_shapes.cpp",
],
hdrs = [
Expand Down
6 changes: 0 additions & 6 deletions xla/mlir_hlo/stablehlo_ext/transforms/passes.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@ namespace stablehlo_ext {

void createChloLegalizeToStablehloPipeline(OpPassManager &pm);

// Expand backward compatibility with the given StableHLO version by decomposing
// newer StableHLO operations into equivalent operations supported by that older
// version.
std::unique_ptr<Pass> createStablehloCreateCompatibilityExpanderPass(
std::string targetVersionOption);

} // namespace stablehlo_ext
} // namespace mlir

Expand Down

This file was deleted.

0 comments on commit 42ca673

Please sign in to comment.