Skip to content

Commit

Permalink
[HLO Componentization] Create pass sub-component
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 675222702
  • Loading branch information
sdasgup3 authored and Google-ML-Automation committed Sep 16, 2024
1 parent 590cd6f commit d28ed3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xla/service/spmd/shardy/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ cc_library(
"//xla:util",
"//xla:xla_data_proto_cc",
"//xla/hlo/ir:hlo",
"//xla/hlo/pass:hlo_pass",
"//xla/hlo/utils:hlo_sharding_util",
"//xla/mlir_hlo:mhlo_passes",
"//xla/service:computation_layout",
"//xla/service:hlo_dce",
"//xla/service:hlo_pass",
"//xla/service:hlo_proto_cc",
"//xla/service:tuple_simplifier",
"//xla/service/llvm_ir:llvm_util",
Expand Down
2 changes: 1 addition & 1 deletion xla/service/spmd/shardy/shardy_xla_pass.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ limitations under the License.
#include "absl/status/statusor.h"
#include "absl/strings/string_view.h"
#include "xla/hlo/ir/hlo_module.h"
#include "xla/service/hlo_pass_interface.h"
#include "xla/hlo/pass/hlo_pass_interface.h"

namespace xla {
namespace sdy {
Expand Down

0 comments on commit d28ed3f

Please sign in to comment.