Skip to content

Commit

Permalink
Add missing ReshapeOp common decl (openxla#2169)
Browse files Browse the repository at this point in the history
In openxla#2162 I added an
extraDeclaration for this op but forgot to concatenate the common decl.
  • Loading branch information
mlevesquedion authored Apr 8, 2024
1 parent 5e03518 commit eb9bc40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stablehlo/dialect/StablehloOps.td
Original file line number Diff line number Diff line change
Expand Up @@ -2559,7 +2559,7 @@ def StableHLO_ReshapeOp: StableHLO_Op<"reshape",

let assemblyFormat = "operands attr-dict `:` functional-type(operands, results)";

let extraClassDeclaration = [{
let extraClassDeclaration = commonClassDeclaration # [{
/// Interface method for ConditionallySpeculatable.
mlir::Speculation::Speculatability getSpeculatability();
}];
Expand Down

0 comments on commit eb9bc40

Please sign in to comment.