Skip to content

Commit

Permalink
unified op name separator to avoid unsupported char in mlir pass pipe…
Browse files Browse the repository at this point in the history
…line (#34)
  • Loading branch information
Yancey1989 authored Jul 25, 2023
1 parent 85bdab5 commit 93743d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/compiler/xla/mlir_hlo/lhlo/IR/lhlo_ops.td
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ def LHLO_DynamicSliceOp: LHLO_Op<"dynamic_slice",
);
}

def LHLO_DynamicUpdateSliceOp: LHLO_Op<"dynamic-update-slice", []> {
def LHLO_DynamicUpdateSliceOp: LHLO_Op<"dynamic_update_slice", []> {
let summary = "Dynamic Update Slice operator";
let description = [{
DynamicUpdateSlice generates a result which is the value of the input array
Expand Down

0 comments on commit 93743d8

Please sign in to comment.