Skip to content

Commit

Permalink
Fix extraDeclarations for AllGather
Browse files Browse the repository at this point in the history
Missing the common declarations.
  • Loading branch information
Michael Levesque-Dion committed Apr 26, 2024
1 parent faf995a commit b350c05
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 @@ -1349,7 +1349,7 @@ def StableHLO_AllGatherOp : StableHLO_Op<"all_gather",
let results = (outs HLO_Tensor);
let hasVerifier = 1;

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

0 comments on commit b350c05

Please sign in to comment.