Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix windows only build failure on include filename. #17721

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading